patch-2.1.127 linux/fs/ext2/super.c

Next file: linux/fs/fat/mmap.c
Previous file: linux/fs/ext2/balloc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.126/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -786,7 +786,7 @@
 		 * superblocks is turned on, then not all groups have
 		 * this.
 		 */
-		if (le32_to_cpu(sb->u.ext2_sb.s_feature_ro_compat) &
+		if (sb->u.ext2_sb.s_feature_ro_compat &
 		    EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER) {
 			ngroups = 0;
 			for (i=0 ; i < sb->u.ext2_sb.s_groups_count; i++)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov