diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-12 13:42:02 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-15 09:12:20 -0400 |
commit | 50828d7e6767a92726708bc0666e2b8b84575808 (patch) | |
tree | 80f4a2fd19eb0cf232b6d5232eec28a45230c8e6 /include/linux/nfs_page.h | |
parent | 275acaafd45fbc8ecc3beabd6367e60b3049606a (diff) |
NFS: Cache rpc_ops in struct nfs_pageio_descriptor
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r-- | include/linux/nfs_page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 9ac2dd158d0b..db3194f63479 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -74,6 +74,7 @@ struct nfs_pageio_descriptor { | |||
74 | const struct nfs_pageio_ops *pg_ops; | 74 | const struct nfs_pageio_ops *pg_ops; |
75 | int pg_ioflags; | 75 | int pg_ioflags; |
76 | int pg_error; | 76 | int pg_error; |
77 | const struct rpc_call_ops *pg_rpc_callops; | ||
77 | struct pnfs_layout_segment *pg_lseg; | 78 | struct pnfs_layout_segment *pg_lseg; |
78 | }; | 79 | }; |
79 | 80 | ||