patch-2.4.0-test2 linux/fs/efs/super.c

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

diff -u --recursive --new-file v2.4.0-test1/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -185,16 +185,10 @@
 		s->s_flags |= MS_RDONLY;
 	}
 	s->s_op   = &efs_superblock_operations;
-	s->s_dev  = dev;
 	s->s_root = d_alloc_root(iget(s, EFS_ROOTINODE));
  
 	if (!(s->s_root)) {
 		printk(KERN_ERR "EFS: get root inode failed\n");
-		goto out_no_fs;
-	}
-
-	if (check_disk_change(s->s_dev)) {
-		printk(KERN_ERR "EFS: device changed\n");
 		goto out_no_fs;
 	}
 

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