patch-2.4.0-test8 linux/fs/qnx4/bitmap.c
Next file: linux/fs/qnx4/inode.c
Previous file: linux/fs/proc/proc_misc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 5 14:07:30 2000
- Orig file:
v2.4.0-test7/linux/fs/qnx4/bitmap.c
- Orig date:
Fri Jun 23 21:55:10 2000
diff -u --recursive --new-file v2.4.0-test7/linux/fs/qnx4/bitmap.c linux/fs/qnx4/bitmap.c
@@ -134,7 +134,7 @@
} else {
(*g) |= (1 << (block % 8));
}
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
brelse(bh);
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)