diff options
author | Fred Isaman <iisaman@netapp.com> | 2012-04-20 14:47:49 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 14:10:38 -0400 |
commit | 9533da2979757258d3fd5429d830a297013d69ed (patch) | |
tree | c35817f49943485506aba05d80fe298d7c50adf7 /fs/nfs/write.c | |
parent | 061ae2edb7375ab6776468b075da71008a098b55 (diff) | |
download | linux-3.10-9533da2979757258d3fd5429d830a297013d69ed.tar.gz linux-3.10-9533da2979757258d3fd5429d830a297013d69ed.tar.bz2 linux-3.10-9533da2979757258d3fd5429d830a297013d69ed.zip |
NFS: remove unused wb_complete field from struct nfs_page
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/write.c')
-rw-r--r-- | fs/nfs/write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 150397279b8..705bf01cfbb 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c @@ -1059,7 +1059,6 @@ static int nfs_flush_multi(struct nfs_pageio_descriptor *desc, nbytes -= len; offset += len; } while (nbytes != 0); - atomic_set(&req->wb_complete, requests); desc->pg_rpc_callops = &nfs_write_common_ops; return ret; |