Skip to content

Commit

Permalink
befs ->pust_super() doesn't need BKL
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Jun 17, 2009
1 parent 608ba50 commit 536c949
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/befs/linuxvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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.
Expand Down

0 comments on commit 536c949

Please sign in to comment.