svn commit: r192705 - head/sys/fs/nfs

Rick Macklem rmacklem at FreeBSD.org
Sun May 24 23:47:23 UTC 2009


Author: rmacklem
Date: Sun May 24 23:47:22 2009
New Revision: 192705
URL: http://svn.freebsd.org/changeset/base/192705

Log:
  Temporarily #undef NFS4_ACL_EXTATTR_NAME, so that the
  experimental nfs subsystem will build while the NFSv4 ACL
  support is going into the kernel.
  
  Approved by:	kib (mentor)

Modified:
  head/sys/fs/nfs/nfsport.h

Modified: head/sys/fs/nfs/nfsport.h
==============================================================================
--- head/sys/fs/nfs/nfsport.h	Sun May 24 23:24:49 2009	(r192704)
+++ head/sys/fs/nfs/nfsport.h	Sun May 24 23:47:22 2009	(r192705)
@@ -71,6 +71,8 @@
 #include <sys/bio.h>
 #include <sys/buf.h>
 #include <sys/acl.h>
+/* until the nfsv4 acl stuff is all committed, undef NFS4_ACL_EXTATTR_NAME */
+#undef NFS4_ACL_EXTATTR_NAME
 #include <sys/module.h>
 #include <sys/sysent.h>
 #include <sys/syscall.h>


More information about the svn-src-all mailing list