patch-2.4.3 linux/fs/efs/super.c

Next file: linux/fs/exec.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -178,6 +178,8 @@
 	s->s_magic		= EFS_SUPER_MAGIC;
 	s->s_blocksize		= EFS_BLOCKSIZE;
 	s->s_blocksize_bits	= EFS_BLOCKSIZE_BITS;
+	s->s_maxbytes		= MAX_NON_LFS;
+
 	if (!(s->s_flags & MS_RDONLY)) {
 #ifdef DEBUG
 		printk(KERN_INFO "EFS: forcing read-only mode\n");

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