PERFORCE change 144489 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jul 2 14:53:32 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144489

Change 144489 by trasz at trasz_traszkan on 2008/07/02 14:53:26

	Clarify comments.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#2 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/sys/kern/subr_acl_nfs4.c#2 (text+ko) ====

@@ -265,7 +265,7 @@
 	aclp->acl_magic = ACL_MAGIC;
 
 	/*
-	 * NFSv4 Minor Version 1
+	 * NFSv4 Minor Version 1, draft-ietf-nfsv4-minorversion1-03.txt
 	 *
 	 * 3.16.6.3. Applying a Mode to an Existing ACL
 	 */
@@ -605,7 +605,7 @@
 	const struct acl_entry *entry;
 
 	/*
-	 * NFSv4 Minor Version 1
+	 * NFSv4 Minor Version 1, draft-ietf-nfsv4-minorversion1-03.txt
 	 *
 	 * 3.16.6.1. Recomputing mode upon SETATTR of ACL
 	 */
@@ -740,7 +740,7 @@
 	KASSERT(child_aclp->acl_cnt == 0, "child_aclp->acl_cnt == 0");
 
 	/*
-	 * NFSv4 Minor Version 1
+	 * NFSv4 Minor Version 1, draft-ietf-nfsv4-minorversion1-03.txt
 	 *
 	 * 3.16.6.2. Applying the mode given to CREATE or OPEN
 	 *           to an inherited ACL


More information about the p4-projects mailing list