patch-2.4.4 linux/fs/ufs/super.c

Next file: linux/fs/umsdos/ioctl.c
Previous file: linux/fs/udf/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/fs/ufs/super.c linux/fs/ufs/super.c
@@ -489,12 +489,10 @@
 	if (!uspi)
 		goto failed;
 
-	/* Set a 2Gig file limit. Some UFS variants need to override 
+	/* Keep 2Gig file limit. Some UFS variants need to override 
 	   this but as I don't know which I'll let those in the know loosen
 	   the rules */
 	   
-	sb->s_maxbytes = MAX_NON_LFS;
-
 	switch (sb->u.ufs_sb.s_mount_opt & UFS_MOUNT_UFSTYPE) {
 	case UFS_MOUNT_UFSTYPE_44BSD:
 		UFSD(("ufstype=44bsd\n"))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)