taglinefilesource code
creation_wait83fs/msdos/misc.cstatic struct wait_queue *creation_wait = NULL;
creation_wait89fs/msdos/misc.cwhile (creation_lock) sleep_on(&creation_wait);
creation_wait97fs/msdos/misc.cwake_up(&creation_wait);