diff options
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r-- | fs/nfs/write.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 40143c4747a5..f033fa0d7d33 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -880,7 +880,7 @@ static void nfs_redirty_request(struct nfs_page *req) | |||
880 | * Generate multiple small requests to write out a single | 880 | * Generate multiple small requests to write out a single |
881 | * contiguous dirty area on one page. | 881 | * contiguous dirty area on one page. |
882 | */ | 882 | */ |
883 | static int nfs_flush_multi(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how) | 883 | static int nfs_flush_multi(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how, struct pnfs_layout_segment *lseg) |
884 | { | 884 | { |
885 | struct nfs_page *req = nfs_list_entry(head->next); | 885 | struct nfs_page *req = nfs_list_entry(head->next); |
886 | struct page *page = req->wb_page; | 886 | struct page *page = req->wb_page; |
@@ -947,7 +947,7 @@ out_bad: | |||
947 | * This is the case if nfs_updatepage detects a conflicting request | 947 | * This is the case if nfs_updatepage detects a conflicting request |
948 | * that has been written but not committed. | 948 | * that has been written but not committed. |
949 | */ | 949 | */ |
950 | static int nfs_flush_one(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how) | 950 | static int nfs_flush_one(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how, struct pnfs_layout_segment *lseg) |
951 | { | 951 | { |
952 | struct nfs_page *req; | 952 | struct nfs_page *req; |
953 | struct page **pages; | 953 | struct page **pages; |