Re-enable backing up extended attributes, as the ZFS bug this

triggered seems to have been fixed by John Baldwin's commit
r189967.
This commit is contained in:
Tim Kientzle 2009-04-13 18:56:53 +00:00
parent a14e812168
commit 73beb0d530
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191008

View File

@ -34,12 +34,8 @@
#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