]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55f72f96ac35509d639ad1be5c556ee5ae7192dc
tree00235f72dd714761d9536408d3c7342d0da10c6d
parent073ef1bcefda08b2c587a928f8042dda6a18ea2f
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