projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608ba50
)
befs ->pust_super() doesn't need BKL
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 17 Jun 2009 03:24:50 +0000
(23:24 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 17 Jun 2009 04:36:36 +0000
(
00:36
-0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/befs/linuxvfs.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/befs/linuxvfs.c
b/fs/befs/linuxvfs.c
index 9367b6297d84c819c1c42abef581ed39c0093b78..02c06138bc6aa3faf954ef2f6083c9e6aea503db 100644
(file)
--- a/
fs/befs/linuxvfs.c
+++ b/
fs/befs/linuxvfs.c
@@
-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.