diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4f0b3bf5983c..51c938a71dec 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1610,6 +1610,9 @@ extern int __invalidate_device(struct block_device *); | |||
1610 | extern int invalidate_partition(struct gendisk *, int); | 1610 | extern int invalidate_partition(struct gendisk *, int); |
1611 | #endif | 1611 | #endif |
1612 | extern int invalidate_inodes(struct super_block *); | 1612 | extern int invalidate_inodes(struct super_block *); |
1613 | unsigned long __invalidate_mapping_pages(struct address_space *mapping, | ||
1614 | pgoff_t start, pgoff_t end, | ||
1615 | bool be_atomic); | ||
1613 | unsigned long invalidate_mapping_pages(struct address_space *mapping, | 1616 | unsigned long invalidate_mapping_pages(struct address_space *mapping, |
1614 | pgoff_t start, pgoff_t end); | 1617 | pgoff_t start, pgoff_t end); |
1615 | 1618 | ||