summaryrefslogtreecommitdiffstats
path: root/fs/efs
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-19 22:45:37 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-19 22:45:37 +0000
commit6d403070f28cd44860fdb3a53be5da0275c65cf4 (patch)
tree0d0e7fe7b5fb7568d19e11d7d862b77a866ce081 /fs/efs
parentecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 (diff)
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.
Diffstat (limited to 'fs/efs')
-rw-r--r--fs/efs/super.c6
1 files changed, 0 insertions, 6 deletions
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: