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

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