patch-2.3.1 linux/fs/fat/misc.c
Next file: linux/fs/fifo.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue May 11 23:03:31 1999
- Orig file:
v2.3.0/linux/fs/fat/misc.c
- Orig date:
Tue Apr 20 14:37:10 1999
diff -u --recursive --new-file v2.3.0/linux/fs/fat/misc.c linux/fs/fat/misc.c
@@ -79,7 +79,7 @@
/* File creation lock. This is system-wide to avoid deadlocks in rename. */
/* (rename might deadlock before detecting cross-FS moves.) */
-static struct wait_queue *creation_wait = NULL;
+static DECLARE_WAIT_QUEUE_HEAD(creation_wait);
static int creation_lock = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)