diff options
Diffstat (limited to 'fs/nfs/flexfilelayout/flexfilelayout.c')
-rw-r--r-- | fs/nfs/flexfilelayout/flexfilelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c index f29fb7d7e8f8..c22ecaa86c1c 100644 --- a/fs/nfs/flexfilelayout/flexfilelayout.c +++ b/fs/nfs/flexfilelayout/flexfilelayout.c | |||
@@ -1366,7 +1366,7 @@ ff_layout_mark_request_commit(struct nfs_page *req, | |||
1366 | spin_unlock(cinfo->lock); | 1366 | spin_unlock(cinfo->lock); |
1367 | if (!cinfo->dreq) { | 1367 | if (!cinfo->dreq) { |
1368 | inc_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); | 1368 | inc_zone_page_state(req->wb_page, NR_UNSTABLE_NFS); |
1369 | inc_bdi_stat(page_file_mapping(req->wb_page)->backing_dev_info, | 1369 | inc_bdi_stat(inode_to_bdi(page_file_mapping(req->wb_page)->host), |
1370 | BDI_RECLAIMABLE); | 1370 | BDI_RECLAIMABLE); |
1371 | __mark_inode_dirty(req->wb_context->dentry->d_inode, | 1371 | __mark_inode_dirty(req->wb_context->dentry->d_inode, |
1372 | I_DIRTY_DATASYNC); | 1372 | I_DIRTY_DATASYNC); |