diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /fs/smbfs | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
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.
Diffstat (limited to 'fs/smbfs')
-rw-r--r-- | fs/smbfs/inode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/smbfs/inode.c b/fs/smbfs/inode.c index 0264ceeb2..e850b7f82 100644 --- a/fs/smbfs/inode.c +++ b/fs/smbfs/inode.c @@ -322,8 +322,6 @@ smb_put_super(struct super_block *sb) { struct smb_sb_info *server = &(sb->u.smbfs_sb); - lock_super(sb); - if (server->sock_file) { smb_proc_disconnect(server); smb_dont_catch_keepalive(server); @@ -337,9 +335,6 @@ smb_put_super(struct super_block *sb) kfree(sb->u.smbfs_sb.temp_buf); if (server->packet) smb_vfree(server->packet); - sb->s_dev = 0; - - unlock_super(sb); MOD_DEC_USE_COUNT; } |