diff options
| author | 2012-04-20 14:47:49 -0400 | |
|---|---|---|
| committer | 2012-04-27 14:10:38 -0400 | |
| commit | 9533da2979757258d3fd5429d830a297013d69ed (patch) | |
| tree | c35817f49943485506aba05d80fe298d7c50adf7 /fs/nfs/write.c | |
| parent | NFS: create completion structure to pass into page_init functions (diff) | |
| download | linux-rng-9533da2979757258d3fd5429d830a297013d69ed.tar.xz linux-rng-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 150397279b8d..705bf01cfbba 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; |
