summaryrefslogtreecommitdiffstats
path: root/fs/isofs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/isofs')
-rw-r--r--fs/isofs/inode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c
index 5e2802365..03900d80a 100644
--- a/fs/isofs/inode.c
+++ b/fs/isofs/inode.c
@@ -49,14 +49,12 @@ void isofs_put_super(struct super_block *sb)
sb->u.isofs_sb.s_nls_iocharset = NULL;
}
#endif
- lock_super(sb);
#ifdef LEAK_CHECK
printk("Outstanding mallocs:%d, outstanding buffers: %d\n",
check_malloc, check_bread);
#endif
- sb->s_dev = 0;
- unlock_super(sb);
+
MOD_DEC_USE_COUNT;
return;
}