[pnfs] [PATCH] add enum for server side

Marc Eshel eshel at almaden.ibm.com
Sat Apr 14 19:53:49 EDT 2007


From: Marc Eshel <eshel at almaden.ibm.com>


---

 include/linux/nfsd/state.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 52851e5..87caba2 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -369,6 +369,11 @@ enum layoutreturn_type {
 	LAYOUTRETURN_ALL = 3,
 };
 
+enum file_layout_device_type {
+	FILE_SIMPLE  = 1,
+	FILE_COMPLEX = 2
+};
+
 /* pNFS Metadata server state */
 
 struct pnfs_ds_dev_entry {


More information about the pNFS mailing list