diff options
Diffstat (limited to 'fs/afs/write.c')
-rw-r--r-- | fs/afs/write.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/afs/write.c b/fs/afs/write.c index a03b92a0fe1d..9a849ad3c489 100644 --- a/fs/afs/write.c +++ b/fs/afs/write.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | */ | 10 | */ |
11 | 11 | #include <linux/backing-dev.h> | |
12 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
13 | #include <linux/fs.h> | 13 | #include <linux/fs.h> |
14 | #include <linux/pagemap.h> | 14 | #include <linux/pagemap.h> |
@@ -510,9 +510,9 @@ int afs_writepage(struct page *page, struct writeback_control *wbc) | |||
510 | /* | 510 | /* |
511 | * write a region of pages back to the server | 511 | * write a region of pages back to the server |
512 | */ | 512 | */ |
513 | int afs_writepages_region(struct address_space *mapping, | 513 | static int afs_writepages_region(struct address_space *mapping, |
514 | struct writeback_control *wbc, | 514 | struct writeback_control *wbc, |
515 | pgoff_t index, pgoff_t end, pgoff_t *_next) | 515 | pgoff_t index, pgoff_t end, pgoff_t *_next) |
516 | { | 516 | { |
517 | struct backing_dev_info *bdi = mapping->backing_dev_info; | 517 | struct backing_dev_info *bdi = mapping->backing_dev_info; |
518 | struct afs_writeback *wb; | 518 | struct afs_writeback *wb; |