From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> pNFS client data structures. [extraceted from: pnfs: Initial check-in of pNFS File Layout Driver.] Signed-off-by: Dean Hildebrand <dhildebz@xxxxxxxxxxxxxx> [pnfs: pnfs.h: remove CONFIG_PNFS] Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- fs/nfs/pnfs.h | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 fs/nfs/pnfs.h diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h new file mode 100644 index 0000000..7b5ebd9 --- /dev/null +++ b/fs/nfs/pnfs.h @@ -0,0 +1,18 @@ +/* + * fs/nfs/pnfs.h + * + * pNFS client data structures. + * + * Copyright (c) 2002 The Regents of the University of Michigan. + * All rights reserved. + * + * Dean Hildebrand <dhildebz@xxxxxxxxxxxxxx> + */ + +#ifndef FS_NFS_PNFS_H +#define FS_NFS_PNFS_H + +#ifdef CONFIG_NFS_V4_1 +#endif /* CONFIG_NFS_V4_1 */ + +#endif /* FS_NFS_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