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

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

diff -u --recursive --new-file v2.4.3/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -178,7 +178,6 @@
 	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

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