patch-2.4.3 linux/fs/sysv/inode.c
Next file: linux/fs/udf/super.c
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Fri Mar  2 11:12:12 2001
-  Orig file: 
v2.4.2/linux/fs/sysv/inode.c
-  Orig date: 
Mon Dec  4 19:00:09 2000
diff -u --recursive --new-file v2.4.2/linux/fs/sysv/inode.c linux/fs/sysv/inode.c
@@ -365,6 +365,7 @@
 		panic("sysv fs: bad i-node size");
 	set_blocksize(dev,BLOCK_SIZE);
 	sb->sv_block_base = 0;
+	sb->s_maxbytes = MAX_NON_LFS;
 
 	/* Try to read Xenix superblock */
 	if ((bh = bread(dev, 1, BLOCK_SIZE)) != NULL) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)