diff options
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r-- | fs/nfs/write.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index af3af685a9e3..298abcc5281b 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -786,7 +786,7 @@ nfs_request_add_commit_list(struct nfs_page *req, struct list_head *dst, | |||
786 | spin_unlock(cinfo->lock); | 786 | spin_unlock(cinfo->lock); |
787 | if (!cinfo->dreq) { | 787 | if (!cinfo->dreq) { |
788 | inc_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); | 788 | inc_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); |
789 | inc_bdi_stat(page_file_mapping(req->wb_page)->backing_dev_info, | 789 | inc_bdi_stat(inode_to_bdi(page_file_mapping(req->wb_page)->host), |
790 | BDI_RECLAIMABLE); | 790 | BDI_RECLAIMABLE); |
791 | __mark_inode_dirty(req->wb_context->dentry->d_inode, | 791 | __mark_inode_dirty(req->wb_context->dentry->d_inode, |
792 | I_DIRTY_DATASYNC); | 792 | I_DIRTY_DATASYNC); |
@@ -853,7 +853,7 @@ static void | |||
853 | nfs_clear_page_commit(struct page *page) | 853 | nfs_clear_page_commit(struct page *page) |
854 | { | 854 | { |
855 | dec_zone_page_state(page, NR_UNSTABLE_NFS); | 855 | dec_zone_page_state(page, NR_UNSTABLE_NFS); |
856 | dec_bdi_stat(page_file_mapping(page)->backing_dev_info, BDI_RECLAIMABLE); | 856 | dec_bdi_stat(inode_to_bdi(page_file_mapping(page)->host), BDI_RECLAIMABLE); |
857 | } | 857 | } |
858 | 858 | ||
859 | /* Called holding inode (/cinfo) lock */ | 859 | /* Called holding inode (/cinfo) lock */ |
@@ -1564,7 +1564,7 @@ void nfs_retry_commit(struct list_head *page_list, | |||
1564 | nfs_mark_request_commit(req, lseg, cinfo); | 1564 | nfs_mark_request_commit(req, lseg, cinfo); |
1565 | if (!cinfo->dreq) { | 1565 | if (!cinfo->dreq) { |
1566 | dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); | 1566 | dec_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); |
1567 | dec_bdi_stat(page_file_mapping(req->wb_page)->backing_dev_info, | 1567 | dec_bdi_stat(inode_to_bdi(page_file_mapping(req->wb_page)->host), |
1568 | BDI_RECLAIMABLE); | 1568 | BDI_RECLAIMABLE); |
1569 | } | 1569 | } |
1570 | nfs_unlock_and_release_request(req); | 1570 | nfs_unlock_and_release_request(req); |