提交 536c9490 编写于 作者: A Al Viro

befs ->pust_super() doesn't need BKL

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 608ba50b
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册