patch-2.3.3 linux/fs/hfs/bnode.c
Next file: linux/fs/hfs/catalog.c
Previous file: linux/fs/ext2/truncate.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat May 15 15:02:50 1999
- Orig file:
v2.3.2/linux/fs/hfs/bnode.c
- Orig date:
Fri May 14 18:55:24 1999
diff -u --recursive --new-file v2.3.2/linux/fs/hfs/bnode.c linux/fs/hfs/bnode.c
@@ -228,7 +228,7 @@
break;
case HFS_LOCK_NONE:
- while (bn->lock || witqueue_active(&bn->wqueue)) {
+ while (bn->lock || waitqueue_active(&bn->wqueue)) {
hfs_sleep_on(&bn->rqueue);
}
++bn->count;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)