From 6d403070f28cd44860fdb3a53be5da0275c65cf4 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 19 Jun 2000 22:45:37 +0000 Subject: Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown. --- fs/efs/super.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fs/efs') diff --git a/fs/efs/super.c b/fs/efs/super.c index 7917bef5c..04b5fe91d 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c @@ -185,7 +185,6 @@ struct super_block *efs_read_super(struct super_block *s, void *d, int silent) { 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)) { @@ -193,11 +192,6 @@ struct super_block *efs_read_super(struct super_block *s, void *d, int silent) { goto out_no_fs; } - if (check_disk_change(s->s_dev)) { - printk(KERN_ERR "EFS: device changed\n"); - goto out_no_fs; - } - return(s); out_no_fs_ul: -- cgit v1.2.3