From d2dc8a18efe891084d063b8779262043fa2270ab Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 30 Oct 2006 19:36:21 +0000 Subject: [PATCH] Got rid of a comment on an #endif. --- xattrs.diff | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xattrs.diff b/xattrs.diff index 00e2ede..25edadf 100644 --- a/xattrs.diff +++ b/xattrs.diff @@ -1,5 +1,7 @@ Depends-On-Patch: acls.diff +This patch adds preliminary support for extended attributes. + After applying this patch, run these commands for a successful build: ./prepare-source @@ -8,7 +10,8 @@ After applying this patch, run these commands for a successful build: TODO: - - This patch needs to be rewritten to more efficiently handle large xattrs. + - This patch needs to more efficiently handle large xattrs, especially when + they're unchanged. - Extraneous xattr values need to be removed from files that are not being recreated. @@ -473,7 +476,7 @@ TODO: + "extended attributes are not supported on this %s\n", + am_server ? "server" : "client"); + return 0; -+#endif /* SUPPORT_XATTRS */ ++#endif default: /* A large opt value means that set_refuse_options() -- 2.34.1