diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-24 11:13:10 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:23:32 -0400 |
commit | a8dade34e3df581bc36ca2afe6e27055e178801c (patch) | |
tree | 8c1598922eb17d5626f639a4c94256f25a8e6690 /fs/internal.h | |
parent | 61ebdb4254e3ecb59022d2c730b57b04d0eeecc6 (diff) |
unexport invalidate_inodes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 5 |
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 *); |