From dcec8a13bf565e47942a1751a9cec21bec5648fe Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 7 May 1998 02:55:41 +0000 Subject: o Merge with Linux 2.1.99. o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz. --- fs/isofs/inode.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fs/isofs') 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; } -- cgit v1.2.3