aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_page.h
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2012-08-02 15:36:09 +0300
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-08-02 17:41:18 -0400
commitf6166384095b7ecf77752b5e9096e6d03d75f7ae (patch)
tree300ca37aae7ba42e932ba2c22d29a57c6f11bda2 /include/linux/nfs_page.h
parentpnfs: nfs4_proc_layoutget returns void (diff)
downloadlinux-dev-f6166384095b7ecf77752b5e9096e6d03d75f7ae.tar.xz
linux-dev-f6166384095b7ecf77752b5e9096e6d03d75f7ae.zip
NFS41: add pg_layout_private to nfs_pageio_descriptor
To allow layout driver to pass private information around pg_init/pg_doio. Signed-off-by: Peng Tao <tao.peng@emc.com> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r--include/linux/nfs_page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h
index 880805774f9f..92ce5783b707 100644
--- a/include/linux/nfs_page.h
+++ b/include/linux/nfs_page.h
@@ -69,6 +69,7 @@ struct nfs_pageio_descriptor {
const struct nfs_pgio_completion_ops *pg_completion_ops;
struct pnfs_layout_segment *pg_lseg;
struct nfs_direct_req *pg_dreq;
+ void *pg_layout_private;
};
#define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))