NFS: ncommit count is being double decremented
authorFred Isaman <iisaman@netapp.com>
Tue, 20 Mar 2012 16:51:24 +0000 (12:51 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Mar 2012 17:05:08 +0000 (13:05 -0400)
commitc4f1b62a4b50a01e8d820717906b674807ef9ca3
tree00235f72dd714761d9536408d3c7342d0da10c6d
parent540a0f7584169651f485e8ab67461fcb06934e38
NFS: ncommit count is being double decremented

The decrement is handled by each call to nfs_request_remove_commit_list,
no need to do it again in nfs_scan_commit.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c