[Pvfs2-cvs] commit by dbonnie in pvfs2/src/server: get-attr.sm

CVS commit program cvs at parl.clemson.edu
Fri Jul 18 13:41:02 EDT 2008


Update of /anoncvs/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv32334/src/server

Modified Files:
      Tag: cu-security-branch
	get-attr.sm 
Log Message:
Comment update, bugfix for encoding size allocation.


Index: get-attr.sm
===================================================================
RCS file: /anoncvs/pvfs2/src/server/get-attr.sm,v
diff -p -u -r1.93.2.12 -r1.93.2.13
--- get-attr.sm	18 Jul 2008 16:04:04 -0000	1.93.2.12
+++ get-attr.sm	18 Jul 2008 17:41:02 -0000	1.93.2.13
@@ -290,7 +290,8 @@ static PINT_sm_action getattr_verify_att
         }
         resp_attr->capability.owner = s_op->attr.owner;
         
-        /* Note:  ACL checks are not in place yet */
+        /* TODO:  ACL checks are not in place yet */
+        /* TODO:  Optimize check.c function for speed */
         PINT_getattr_check_perms(s_op->req->u.getattr.credential.userid, 
             s_op->req->u.getattr.credential.group_array, 
             s_op->req->u.getattr.credential.num_groups, 



More information about the Pvfs2-cvs mailing list