dect
/
linux-2.6
Archived
13
0
Fork 0

befs ->pust_super() doesn't need BKL

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2009-06-16 23:24:50 -04:00
parent 608ba50bd0
commit 536c94901e
1 changed files with 0 additions and 4 deletions

View File

@ -737,8 +737,6 @@ parse_options(char *options, befs_mount_options * opts)
static void
befs_put_super(struct super_block *sb)
{
lock_kernel();
kfree(BEFS_SB(sb)->mount_opts.iocharset);
BEFS_SB(sb)->mount_opts.iocharset = NULL;
@ -749,8 +747,6 @@ befs_put_super(struct super_block *sb)
kfree(sb->s_fs_info);
sb->s_fs_info = NULL;
unlock_kernel();
}
/* Allocate private field of the superblock, fill it.