patch-2.3.6 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:
Fri Jun 4 13:30:25 1999
- Orig file:
v2.3.5/linux/fs/hfs/btree.c
- Orig date:
Fri May 14 18:55:24 1999
diff -u --recursive --new-file v2.3.5/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;
- init_waitqueue_head(&bt->wait);
+ hfs_init_waitqueue(&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)