diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 527a09a82297..7cf0c54a46a7 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -849,11 +849,6 @@ extern int fcntl_getlease(struct file *filp); | |||
849 | /* fs/sync.c */ | 849 | /* fs/sync.c */ |
850 | extern int do_sync_mapping_range(struct address_space *mapping, loff_t offset, | 850 | extern int do_sync_mapping_range(struct address_space *mapping, loff_t offset, |
851 | loff_t endbyte, unsigned int flags); | 851 | loff_t endbyte, unsigned int flags); |
852 | static inline int do_sync_file_range(struct file *file, loff_t offset, | ||
853 | loff_t endbyte, unsigned int flags) | ||
854 | { | ||
855 | return do_sync_mapping_range(file->f_mapping, offset, endbyte, flags); | ||
856 | } | ||
857 | 852 | ||
858 | /* fs/locks.c */ | 853 | /* fs/locks.c */ |
859 | extern void locks_init_lock(struct file_lock *); | 854 | extern void locks_init_lock(struct file_lock *); |