patch-2.1.81 linux/fs/fat/misc.c
Next file: linux/fs/fat/mmap.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Jan 21 17:46:56 1998
- Orig file:
v2.1.80/linux/fs/fat/misc.c
- Orig date:
Tue Jan 13 20:07:28 1998
diff -u --recursive --new-file v2.1.80/linux/fs/fat/misc.c linux/fs/fat/misc.c
@@ -221,9 +221,9 @@
#endif
sector = MSDOS_SB(sb)->data_start+(nr-2)*cluster_size;
last_sector = sector + cluster_size;
- if(MSDOS_SB(sb)->cvf_format&&
- MSDOS_SB(sb)->cvf_format->zero_out_cluster)
- MSDOS_SB(sb)->cvf_format->zero_out_cluster(inode,nr);
+ if (MSDOS_SB(sb)->cvf_format &&
+ MSDOS_SB(sb)->cvf_format->zero_out_cluster)
+ MSDOS_SB(sb)->cvf_format->zero_out_cluster(inode,nr);
else
for ( ; sector < last_sector; sector++) {
#ifdef DEBUG
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov