diff options
| author | Alessio Igor Bogani <abogani@kernel.org> | 2012-12-13 06:22:39 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-20 18:47:08 -0500 |
| commit | 471667391a92bf7bf2cd4ff31a3ad88e5dec934b (patch) | |
| tree | cb07ce436ed20f5f50e0e3c1db386a105ed65434 /include/linux | |
| parent | b9f61c3c0c8daed9844870bc9358e6d9fdb7eb61 (diff) | |
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')
| -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 a0c5ba57ffc5..05cd238ad941 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) | |||
| 1445 | 1445 | ||
| 1446 | extern bool inode_owner_or_capable(const struct inode *inode); | 1446 | extern bool inode_owner_or_capable(const struct inode *inode); |
| 1447 | 1447 | ||
| 1448 | /* not quite ready to be deprecated, but... */ | ||
| 1449 | extern void lock_super(struct super_block *); | ||
| 1450 | extern void unlock_super(struct super_block *); | ||
| 1451 | |||
| 1452 | /* | 1448 | /* |
| 1453 | * VFS helper functions.. | 1449 | * VFS helper functions.. |
| 1454 | */ | 1450 | */ |
