Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2008 14:53:31 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144489 for review
Message-ID:  <200807021453.m62ErV0t046511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144489

Change 144489 by trasz@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807021453.m62ErV0t046511>