aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 5154fa65a2f2..5ea04d87fc65 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -623,7 +623,7 @@ void nfs_mark_page_unstable(struct page *page, struct nfs_commit_info *cinfo)
623 if (!cinfo->dreq) { 623 if (!cinfo->dreq) {
624 struct inode *inode = page_file_mapping(page)->host; 624 struct inode *inode = page_file_mapping(page)->host;
625 625
626 inc_zone_page_state(page, NR_UNSTABLE_NFS); 626 inc_node_page_state(page, NR_UNSTABLE_NFS);
627 inc_wb_stat(&inode_to_bdi(inode)->wb, WB_RECLAIMABLE); 627 inc_wb_stat(&inode_to_bdi(inode)->wb, WB_RECLAIMABLE);
628 __mark_inode_dirty(inode, I_DIRTY_DATASYNC); 628 __mark_inode_dirty(inode, I_DIRTY_DATASYNC);
629 } 629 }