[pnfs] [PATCH] add enum

Marc Eshel eshel at almaden.ibm.com
Wed Apr 25 00:49:17 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 1e77db9..c2005a8 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -375,6 +375,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