taglinefilesource code
creation_wait72fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
creation_wait78fs/msdos/misc.cwhile (creation_lock) sleep_on(&creation_wait);
creation_wait86fs/msdos/misc.cwake_up(&creation_wait);