Skip to content

Commit

Permalink
vfs: Remove useless function prototypes
Browse files Browse the repository at this point in the history
Commit 8e22cc8 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>
  • Loading branch information
Alessio Igor Bogani authored and Al Viro committed Dec 20, 2012
1 parent b9f61c3 commit 4716673
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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..
*/
Expand Down

0 comments on commit 4716673

Please sign in to comment.