patch-2.3.6 linux/fs/hfs/bnode.c
Next file: linux/fs/hfs/btree.c
Previous file: linux/fs/fcntl.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/bnode.c
-  Orig date: 
Mon May 17 09:55:22 1999
diff -u --recursive --new-file v2.3.5/linux/fs/hfs/bnode.c linux/fs/hfs/bnode.c
@@ -123,6 +123,8 @@
 	bnode->tree = tree;
 	bnode->node = node;
 	bnode->sticky = sticky;
+	hfs_init_waitqueue(&bnode->rqueue);
+	hfs_init_waitqueue(&bnode->wqueue);
 
 	if (sticky == HFS_NOT_STICKY) {
 		/* Insert it in the cache if appropriate */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)