summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorAl Viro2010-10-24 17:13:10 +0200
committerAl Viro2010-10-26 03:23:32 +0200
commita8dade34e3df581bc36ca2afe6e27055e178801c (patch)
tree8c1598922eb17d5626f639a4c94256f25a8e6690 /fs/internal.h
parentsmbfs never retains inodes with zero refcount in the first place (diff)
downloadkernel-qcow2-linux-a8dade34e3df581bc36ca2afe6e27055e178801c.tar.gz
kernel-qcow2-linux-a8dade34e3df581bc36ca2afe6e27055e178801c.tar.xz
kernel-qcow2-linux-a8dade34e3df581bc36ca2afe6e27055e178801c.zip
unexport invalidate_inodes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index a6910e91cee8..f6dce46d80dc 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -101,3 +101,8 @@ extern void put_super(struct super_block *sb);
struct nameidata;
extern struct file *nameidata_to_filp(struct nameidata *);
extern void release_open_intent(struct nameidata *);
+
+/*
+ * inode.c
+ */
+extern int invalidate_inodes(struct super_block *);