vfs: Remove useless function prototypes

From: Alessio Igor Bogani
Date: Thu Dec 13 2012 - 06:31:03 EST


Commit 8e22cc88d68ca1a46d7d582938f979eb640ed30f removes the (un)lock_super
function definitions but forgets to remove their prototypes.

Signed-off-by: Alessio Igor Bogani <abogani@xxxxxxxxxx>
---
include/linux/fs.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 408fb1e..f5642da 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1444,10 +1444,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..
*/
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/