diff options
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 | ||