svn commit: r189678 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Tue Mar 10 22:11:58 PDT 2009


Author: kientzle
Date: Wed Mar 11 05:11:57 2009
New Revision: 189678
URL: http://svn.freebsd.org/changeset/base/189678

Log:
  Hack: *Temporarily* disable reading extended attributes from disk, as
  it seems to be badly broken on ZFS.

Modified:
  head/lib/libarchive/config_freebsd.h

Modified: head/lib/libarchive/config_freebsd.h
==============================================================================
--- head/lib/libarchive/config_freebsd.h	Wed Mar 11 04:58:21 2009	(r189677)
+++ head/lib/libarchive/config_freebsd.h	Wed Mar 11 05:11:57 2009	(r189678)
@@ -34,8 +34,12 @@
 #define	HAVE_ACL_SET_FD_NP 1
 #define	HAVE_ACL_SET_FILE 1
 #define	HAVE_ACL_USER 1
+#if 0
+/* XXX Temporarily disable support for reading extended attributes from
+ * disk, as it seems to be badly broken on ZFS. XXX */
 #define	HAVE_EXTATTR_GET_FILE 1
 #define	HAVE_EXTATTR_LIST_FILE 1
+#endif
 #define	HAVE_EXTATTR_SET_FD 1
 #define	HAVE_EXTATTR_SET_FILE 1
 #define	HAVE_SYS_ACL_H 1


More information about the svn-src-all mailing list