|
@@ -2623,8 +2623,6 @@ static inline int filemap_fdatawait(struct address_space *mapping)
|
|
|
|
|
|
extern bool filemap_range_has_page(struct address_space *, loff_t lstart,
|
|
|
loff_t lend);
|
|
|
-extern int __must_check file_fdatawait_range(struct file *file, loff_t lstart,
|
|
|
- loff_t lend);
|
|
|
extern int filemap_write_and_wait(struct address_space *mapping);
|
|
|
extern int filemap_write_and_wait_range(struct address_space *mapping,
|
|
|
loff_t lstart, loff_t lend);
|