[Pvfs2-cvs] commit by slang in pvfs2/src/proto: pvfs2-req-proto.h

CVS commit program cvs at parl.clemson.edu
Thu Jul 10 17:44:04 EDT 2008


Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb1:/tmp/cvs-serv23135/src/proto

Modified Files:
      Tag: he-branch
	pvfs2-req-proto.h 
Log Message:
reverse merge of trunk changes since branch.


Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.153.4.2 -r1.153.4.3
--- pvfs2-req-proto.h	2 Jul 2008 19:44:19 -0000	1.153.4.2
+++ pvfs2-req-proto.h	10 Jul 2008 21:44:04 -0000	1.153.4.3
@@ -83,7 +83,8 @@ enum PVFS_server_op
  * These ops must always work, even if the server is in admin mode.
  */
 #define PVFS_SERV_IS_MGMT_OP(x) \
-    ((x) == PVFS_SERV_MGMT_REMOVE_OBJECT \
+    ((x) == PVFS_SERV_MGMT_SETPARAM \
+  || (x) == PVFS_SERV_MGMT_REMOVE_OBJECT \
   || (x) == PVFS_SERV_MGMT_REMOVE_DIRENT)
 
 /******************************************************************/



More information about the Pvfs2-cvs mailing list