diff mbox

[33/40] pnfs-submit wave3 remove CONFIG_NFS_V4 and V4_1 from nfs_read_data

Message ID 1296855242-2592-34-git-send-email-andros@netapp.com (mailing list archive)
State RFC, archived
Headers show

Commit Message

Andy Adamson Feb. 4, 2011, 9:33 p.m. UTC
None
diff mbox

Patch

diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 3b2e488..1222aa9 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1016,15 +1016,11 @@  struct nfs_read_data {
 	unsigned int		npages;	/* Max length of pagevec */
 	struct nfs_readargs args;
 	struct nfs_readres  res;
-	struct pnfs_layout_segment *lseg;
-	struct nfs_client	*ds_clp;   /* pNFS data server */
-#ifdef CONFIG_NFS_V4
 	unsigned long		timestamp;	/* For lease renewal */
-#endif
-#if defined(CONFIG_NFS_V4_1)
-	const struct rpc_call_ops *call_ops;
-	__u64			orig_offset; /* For filelayout dense stripe */
-#endif /* CONFIG_NFS_V4_1 */
+	struct pnfs_layout_segment *lseg;
+	struct nfs_client	*ds_clp;	/* pNFS data server */
+	const struct rpc_call_ops *call_ops;	/* For pNFS recovery to MDS */
+	__u64			orig_offset;	/* Filelayout dense stripe */
 	struct page		*page_array[NFS_PAGEVEC_SIZE];
 };