diff options
author | Marco Stornelli <marco.stornelli@gmail.com> | 2012-10-06 12:43:09 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-09 23:33:39 -0400 |
commit | 8e22cc88d68ca1a46d7d582938f979eb640ed30f (patch) | |
tree | a5b5ed3af60067093dde81bd651046d24b0dfd45 /include | |
parent | b6963327e0521e682c2fffd018574251d3c22b41 (diff) |
vfs: drop lock/unlock super
Removed s_lock from super_block and removed lock/unlock super.
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index c617ed024df8..b7e70609243d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1507,7 +1507,6 @@ struct super_block { unsigned long s_magic; struct dentry *s_root; struct rw_semaphore s_umount; - struct mutex s_lock; int s_count; atomic_t s_active; #ifdef CONFIG_SECURITY |