mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
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>
This commit is contained in:
parent
061ae2edb7
commit
9533da2979
@ -114,7 +114,6 @@ nfs_create_request(struct nfs_open_context *ctx, struct inode *inode,
|
|||||||
* long write-back delay. This will be adjusted in
|
* long write-back delay. This will be adjusted in
|
||||||
* update_nfs_request below if the region is not locked. */
|
* update_nfs_request below if the region is not locked. */
|
||||||
req->wb_page = page;
|
req->wb_page = page;
|
||||||
atomic_set(&req->wb_complete, 0);
|
|
||||||
req->wb_index = page->index;
|
req->wb_index = page->index;
|
||||||
page_cache_get(page);
|
page_cache_get(page);
|
||||||
BUG_ON(PagePrivate(page));
|
BUG_ON(PagePrivate(page));
|
||||||
|
@ -1059,7 +1059,6 @@ static int nfs_flush_multi(struct nfs_pageio_descriptor *desc,
|
|||||||
nbytes -= len;
|
nbytes -= len;
|
||||||
offset += len;
|
offset += len;
|
||||||
} while (nbytes != 0);
|
} while (nbytes != 0);
|
||||||
atomic_set(&req->wb_complete, requests);
|
|
||||||
desc->pg_rpc_callops = &nfs_write_common_ops;
|
desc->pg_rpc_callops = &nfs_write_common_ops;
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
@ -36,7 +36,6 @@ struct nfs_page {
|
|||||||
struct page *wb_page; /* page to read in/write out */
|
struct page *wb_page; /* page to read in/write out */
|
||||||
struct nfs_open_context *wb_context; /* File state context info */
|
struct nfs_open_context *wb_context; /* File state context info */
|
||||||
struct nfs_lock_context *wb_lock_context; /* lock context info */
|
struct nfs_lock_context *wb_lock_context; /* lock context info */
|
||||||
atomic_t wb_complete; /* i/os we're waiting for */
|
|
||||||
pgoff_t wb_index; /* Offset >> PAGE_CACHE_SHIFT */
|
pgoff_t wb_index; /* Offset >> PAGE_CACHE_SHIFT */
|
||||||
unsigned int wb_offset, /* Offset & ~PAGE_CACHE_MASK */
|
unsigned int wb_offset, /* Offset & ~PAGE_CACHE_MASK */
|
||||||
wb_pgbase, /* Start of page data */
|
wb_pgbase, /* Start of page data */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user