summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-03-11 05:11:57 +0000
committerkientzle <kientzle@FreeBSD.org>2009-03-11 05:11:57 +0000
commit6b98ad97fb2f55887e898bf676000b39aa8afcc8 (patch)
treec2979147ee22f5e5a756fb4b3c1009475d927c62 /lib
parenta96a531e14d5e1eb171daeb923fa4a88e3b62065 (diff)
downloadFreeBSD-src-6b98ad97fb2f55887e898bf676000b39aa8afcc8.zip
FreeBSD-src-6b98ad97fb2f55887e898bf676000b39aa8afcc8.tar.gz
Hack: *Temporarily* disable reading extended attributes from disk, as
it seems to be badly broken on ZFS.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/config_freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h
index f9c60b2..6e5e010 100644
--- a/lib/libarchive/config_freebsd.h
+++ b/lib/libarchive/config_freebsd.h
@@ -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
OpenPOWER on IntegriCloud