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 /include/linux/fs.h | |
parent | 61ebdb4254e3ecb59022d2c730b57b04d0eeecc6 (diff) |
unexport invalidate_inodes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 7fc126df1c42..c3f6daf749cc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2082,7 +2082,6 @@ extern int check_disk_change(struct block_device *); | |||
2082 | extern int __invalidate_device(struct block_device *); | 2082 | extern int __invalidate_device(struct block_device *); |
2083 | extern int invalidate_partition(struct gendisk *, int); | 2083 | extern int invalidate_partition(struct gendisk *, int); |
2084 | #endif | 2084 | #endif |
2085 | extern int invalidate_inodes(struct super_block *); | ||
2086 | unsigned long invalidate_mapping_pages(struct address_space *mapping, | 2085 | unsigned long invalidate_mapping_pages(struct address_space *mapping, |
2087 | pgoff_t start, pgoff_t end); | 2086 | pgoff_t start, pgoff_t end); |
2088 | 2087 | ||