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

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)