patch-2.3.1 linux/fs/hfs/btree.c
Next file: linux/fs/hfs/catalog.c
Previous file: linux/fs/hfs/bnode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 12 13:27:37 1999
- Orig file:
v2.3.0/linux/fs/hfs/btree.c
- Orig date:
Sun Nov 15 11:11:44 1998
diff -u --recursive --new-file v2.3.0/linux/fs/hfs/btree.c linux/fs/hfs/btree.c
@@ -173,7 +173,7 @@
bt->sys_mdb = mdb->sys_mdb;
bt->reserved = 0;
bt->lock = 0;
- bt->wait = NULL;
+ init_waitqueue_head(&bt->wait);
bt->dirt = 0;
memset(bt->cache, 0, sizeof(bt->cache));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)