Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47166739 authored by Alessio Igor Bogani's avatar Alessio Igor Bogani Committed by Al Viro
Browse files

vfs: Remove useless function prototypes



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

Signed-off-by: default avatarAlessio Igor Bogani <abogani@kernel.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b9f61c3c
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -1445,10 +1445,6 @@ static inline void sb_start_intwrite(struct super_block *sb)


extern bool inode_owner_or_capable(const struct inode *inode);
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..
 * VFS helper functions..
 */
 */