* vfs: Remove useless function prototypes
@ 2012-12-13 11:22 Alessio Igor Bogani
2012-12-13 12:37 ` Marco Stornelli
0 siblings, 1 reply; 2+ messages in thread
From: Alessio Igor Bogani @ 2012-12-13 11:22 UTC (permalink / raw)
To: Alexander Viro; +Cc: linux-fsdevel, linux-kernel, Alessio Igor Bogani
Commit 8e22cc88d68ca1a46d7d582938f979eb640ed30f removes the (un)lock_super
function definitions but forgets to remove their prototypes.
Signed-off-by: Alessio Igor Bogani <abogani@kernel.org>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: vfs: Remove useless function prototypes
2012-12-13 11:22 vfs: Remove useless function prototypes Alessio Igor Bogani
@ 2012-12-13 12:37 ` Marco Stornelli
0 siblings, 0 replies; 2+ messages in thread
From: Marco Stornelli @ 2012-12-13 12:37 UTC (permalink / raw)
To: Alessio Igor Bogani; +Cc: Alexander Viro, linux-fsdevel, linux-kernel
2012/12/13 Alessio Igor Bogani <abogani@kernel.org>:
> Commit 8e22cc88d68ca1a46d7d582938f979eb640ed30f removes the (un)lock_super
> function definitions but forgets to remove their prototypes.
>
> Signed-off-by: Alessio Igor Bogani <abogani@kernel.org>
> ---
Yep, my fault :)
Acked-by: Marco Stornelli <marco.stornelli@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-13 12:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 11:22 vfs: Remove useless function prototypes Alessio Igor Bogani
2012-12-13 12:37 ` Marco Stornelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).