taglinefilesource code
creation_wait76fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
creation_wait82fs/msdos/misc.cwhile (creation_lock) sleep_on(&creation_wait);
creation_wait90fs/msdos/misc.cwake_up(&creation_wait);