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/pagelist.c | |
parent | 061ae2edb7375ab6776468b075da71008a098b55 (diff) | |
download | blackbird-op-linux-9533da2979757258d3fd5429d830a297013d69ed.tar.gz blackbird-op-linux-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/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index 4cf2a68493e0..5d01a1651084 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -114,7 +114,6 @@ nfs_create_request(struct nfs_open_context *ctx, struct inode *inode, * long write-back delay. This will be adjusted in * update_nfs_request below if the region is not locked. */ req->wb_page = page; - atomic_set(&req->wb_complete, 0); req->wb_index = page->index; page_cache_get(page); BUG_ON(PagePrivate(page)); |