]> err.no Git - linux-2.6/commit
NFS: Fix up writeback_control->nr_to_write accounting
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Dec 2006 05:36:56 +0000 (00:36 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:41 +0000 (10:46 -0500)
commit9cf85e0a243b56f4ef8439a1e6430307fd9dcda6
treec07fa0bb952827d76e556ac60a9310638e7a5d4a
parent3925675cb37cc9c3fd1d3f56ce0fa729f995f863
NFS: Fix up writeback_control->nr_to_write accounting

We're really accounting for the same page twice now: once in
generic_writepages(), and once in nfs_scan_dirty().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pagelist.c