From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> Common xdr data structures needed by pnfs client. [extracted from: pnfs: Initial check-in of pNFS File Layout Driver.] Signed-off-by: Dean Hildebrand <dhildebz@xxxxxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> [pnfs: Even when CONFIG_PNFS not set some definitions are needed] exofs uses the pnfs_osd_xdr.h file, so it must be compilable even if CONFIG_PNFS is not set. Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> [define all structures unconfitionally] Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/pnfs_xdr.h | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 include/linux/pnfs_xdr.h diff --git a/include/linux/pnfs_xdr.h b/include/linux/pnfs_xdr.h new file mode 100644 index 0000000..bcbfbe0 --- /dev/null +++ b/include/linux/pnfs_xdr.h @@ -0,0 +1,16 @@ +/* + * include/linux/pnfs_xdr.h + * + * Common xdr data structures needed by pnfs client. + * + * Copyright (c) 2002 The Regents of the University of Michigan. + * All rights reserved. + * + * Dean Hildebrand <dhildebz@xxxxxxxxxxxxxx> + */ + +#ifndef LINUX_PNFS_XDR_H +#define LINUX_PNFS_XDR_H + + +#endif /* LINUX_PNFS_XDR_H */ -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html