mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
vfs: Remove useless function prototypes
Commit 8e22cc88d6
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>
This commit is contained in:
parent
b9f61c3c0c
commit
471667391a
1 changed files with 0 additions and 4 deletions
|
@ -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..
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue