taglinefilesource code
creation_wait73fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
creation_wait79fs/msdos/misc.cwhile (creation_lock) sleep_on(&creation_wait);
creation_wait87fs/msdos/misc.cwake_up(&creation_wait);