From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> Common data structures needed by the pnfs client and pnfs layout driver. [extraced from pnfsd: Initial pNFS server implementation.] Signed-off-by: Dean Hildebrand <seattleplus@xxxxxxxxx> [pnfs: nfs4_pnfs.h remove CONFIG_PNFS] [removed CONFIG_NFS_V4_1 altogether, always define structs] Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/nfs4_pnfs.h | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 include/linux/nfs4_pnfs.h diff --git a/include/linux/nfs4_pnfs.h b/include/linux/nfs4_pnfs.h new file mode 100644 index 0000000..04bdd10 --- /dev/null +++ b/include/linux/nfs4_pnfs.h @@ -0,0 +1,15 @@ +/* + * include/linux/nfs4_pnfs.h + * + * Common data structures needed by the pnfs client and pnfs layout driver. + * + * Copyright (c) 2002 The Regents of the University of Michigan. + * All rights reserved. + * + * Dean Hildebrand <dhildebz@xxxxxxxxxxxxxx> + */ + +#ifndef LINUX_NFS4_PNFS_H +#define LINUX_NFS4_PNFS_H + +#endif /* LINUX_NFS4_PNFS_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