* [PATCH 5/58] generic_detach_inode() can be static now
@ 2010-06-08 22:15 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2010-06-08 22:15 UTC (permalink / raw)
To: linux-fsdevel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
fs/inode.c | 3 +--
include/linux/fs.h | 1 -
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/fs/inode.c b/fs/inode.c
index 10458bb..be2ba5b 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1234,7 +1234,7 @@ EXPORT_SYMBOL(generic_delete_inode);
*
* Returns 1 if inode should be completely destroyed.
*/
-int generic_detach_inode(struct inode *inode)
+static int generic_detach_inode(struct inode *inode)
{
struct super_block *sb = inode->i_sb;
@@ -1264,7 +1264,6 @@ int generic_detach_inode(struct inode *inode)
spin_unlock(&inode_lock);
return 1;
}
-EXPORT_SYMBOL_GPL(generic_detach_inode);
static void generic_forget_inode(struct inode *inode)
{
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 04add37..788b003 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2153,7 +2153,6 @@ extern ino_t iunique(struct super_block *, ino_t);
extern int inode_needs_sync(struct inode *inode);
extern void generic_delete_inode(struct inode *inode);
extern void generic_drop_inode(struct inode *inode);
-extern int generic_detach_inode(struct inode *inode);
extern struct inode *ilookup5_nowait(struct super_block *sb,
unsigned long hashval, int (*test)(struct inode *, void *),
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-08 22:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 22:15 [PATCH 5/58] generic_detach_inode() can be static now Al Viro
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).