diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8146e0264ef9..f5ae9f19b8a3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2036,9 +2036,6 @@ extern int __invalidate_device(struct block_device *); | |||
2036 | extern int invalidate_partition(struct gendisk *, int); | 2036 | extern int invalidate_partition(struct gendisk *, int); |
2037 | #endif | 2037 | #endif |
2038 | extern int invalidate_inodes(struct super_block *); | 2038 | extern int invalidate_inodes(struct super_block *); |
2039 | unsigned long __invalidate_mapping_pages(struct address_space *mapping, | ||
2040 | pgoff_t start, pgoff_t end, | ||
2041 | bool be_atomic); | ||
2042 | unsigned long invalidate_mapping_pages(struct address_space *mapping, | 2039 | unsigned long invalidate_mapping_pages(struct address_space *mapping, |
2043 | pgoff_t start, pgoff_t end); | 2040 | pgoff_t start, pgoff_t end); |
2044 | 2041 | ||