patch-2.4.0-test8 linux/fs/fat/misc.c
Next file: linux/fs/fat/msbuffer.h
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Sep 5 14:07:29 2000
- Orig file:
v2.4.0-test7/linux/fs/fat/misc.c
- Orig date:
Thu Feb 10 17:11:17 2000
diff -u --recursive --new-file v2.4.0-test7/linux/fs/fat/misc.c linux/fs/fat/misc.c
@@ -129,7 +129,7 @@
return;
}
fsinfo->free_clusters = CF_LE_L(MSDOS_SB(sb)->free_clusters);
- fat_mark_buffer_dirty(sb, bh, 1);
+ fat_mark_buffer_dirty(sb, bh);
fat_brelse(sb, bh);
}
@@ -291,7 +291,7 @@
else {
memset(bh->b_data,0,SECTOR_SIZE);
fat_set_uptodate(sb, bh, 1);
- fat_mark_buffer_dirty(sb, bh, 1);
+ fat_mark_buffer_dirty(sb, bh);
if (!res)
res=bh;
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)