commit | 50828d7e6767a92726708bc0666e2b8b84575808 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 12 13:42:02 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jul 15 09:12:20 2011 -0400 |
tree | 80f4a2fd19eb0cf232b6d5232eec28a45230c8e6 | |
parent | 275acaafd45fbc8ecc3beabd6367e60b3049606a [diff] [blame] |
NFS: Cache rpc_ops in struct nfs_pageio_descriptor Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 9ac2dd1..db3194f 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h
@@ -74,6 +74,7 @@ const struct nfs_pageio_ops *pg_ops; int pg_ioflags; int pg_error; + const struct rpc_call_ops *pg_rpc_callops; struct pnfs_layout_segment *pg_lseg; };