PERFORCE change 148597 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Aug 27 10:58:16 UTC 2008


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

Change 148597 by trasz at trasz_traszkan on 2008/08/27 10:58:12

	Compilation fix.

Affected files ...

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

Differences ...

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

@@ -965,6 +965,7 @@
 	acl_nfs4_sync_acl_from_mode(child_aclp, mode, file_owner_id);
 }
 
+#ifdef _KERNEL
 static int
 _acls_are_equal(const struct acl *a, const struct acl *b)
 {
@@ -989,7 +990,6 @@
 	return (1);
 }
 
-#ifdef _KERNEL
 /*
  * This routine is used to determine whether to remove extended attribute
  * that stores ACL contents.


More information about the p4-projects mailing list