diff options
author | Alessio Igor Bogani <abogani@kernel.org> | 2012-12-13 12:22:39 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-20 18:47:08 -0500 |
commit | 471667391a92bf7bf2cd4ff31a3ad88e5dec934b (patch) | |
tree | cb07ce436ed20f5f50e0e3c1db386a105ed65434 /include/linux/fs.h | |
parent | b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61 (diff) | |
download | linux-3.10-471667391a92bf7bf2cd4ff31a3ad88e5dec934b.tar.gz linux-3.10-471667391a92bf7bf2cd4ff31a3ad88e5dec934b.tar.bz2 linux-3.10-471667391a92bf7bf2cd4ff31a3ad88e5dec934b.zip |
vfs: Remove useless function prototypes
Commit 8e22cc88d68ca1a46d7d582938f979eb640ed30f removes the (un)lock_super
function definitions but forgets to remove their prototypes.
Signed-off-by: Alessio Igor Bogani <abogani@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index a0c5ba57ffc..05cd238ad94 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1445,10 +1445,6 @@ static inline void sb_start_intwrite(struct super_block *sb) extern bool inode_owner_or_capable(const struct inode *inode); -/* not quite ready to be deprecated, but... */ -extern void lock_super(struct super_block *); -extern void unlock_super(struct super_block *); - /* * VFS helper functions.. */ |