diff options
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index e046c9b6a9d..47ae2b4dd1d 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -331,7 +331,6 @@ long nfs_scan_dirty(struct address_space *mapping, nfsi->ndirty--; nfs_list_remove_request(req); nfs_list_add_request(req, dst); - dec_zone_page_state(req->wb_page, NR_FILE_DIRTY); res++; if (res == LONG_MAX) goto out; |