diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-15 01:55:58 +0000 |
commit | 53b3988d474435254a3b053a68bb24ce9e439295 (patch) | |
tree | f8da8e40f01f4ad02bbd76b8c9920749b118235f /fs/umsdos/inode.c | |
parent | b0cb48abe83d1a4389ea938bf624f8baa82c5047 (diff) |
Merge with 2.3.99-pre9.
Diffstat (limited to 'fs/umsdos/inode.c')
-rw-r--r-- | fs/umsdos/inode.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/umsdos/inode.c b/fs/umsdos/inode.c index 2e172e80b..af69877d9 100644 --- a/fs/umsdos/inode.c +++ b/fs/umsdos/inode.c @@ -367,14 +367,6 @@ struct super_block *UMSDOS_read_super (struct super_block *sb, void *data, sb->s_root = new_root; printk(KERN_INFO "UMSDOS: changed to alternate root\n"); } - - /* if d_count is not 1, mount will fail with -EBUSY! */ - if (sb->s_root->d_count > 1) { - shrink_dcache_sb(sb); - if (sb->s_root->d_count > 1) { - printk(KERN_ERR "UMSDOS: root count %d > 1 !", sb->s_root->d_count); - } - } return sb; out_fail: |