patch-2.4.3 linux/fs/coda/inode.c
Next file: linux/fs/cramfs/inode.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
-  Lines: 8
 -  Date:
Fri Mar  2 11:12:11 2001
 -  Orig file: 
v2.4.2/linux/fs/coda/inode.c
 -  Orig date: 
Fri Dec 29 14:07:57 2000
 
diff -u --recursive --new-file v2.4.2/linux/fs/coda/inode.c linux/fs/coda/inode.c
@@ -141,6 +141,7 @@
         sb->s_magic = CODA_SUPER_MAGIC;
         sb->s_dev = dev;
         sb->s_op = &coda_super_operations;
+	sb->s_maxbytes = MAX_NON_LFS;
 
 	/* get root fid from Venus: this needs the root inode */
 	error = venus_rootfid(sb, &fid);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)