search for: opt_xattr

Displaying 1 result from an estimated 1 matches for "opt_xattr".

Did you mean: copy_xattr
2003 Jun 25
3
patch draft for extended attributes on linux
...03 by Martin Pool <mbp@samba.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -422,6 +422,12 @@ static void send_file_entry(struct file_ } #endif +#if SUPPORT_XATTRS + if (opt_xattr) { + xalist_send(f, file->xattrs); + } +#endif + #if SUPPORT_HARD_LINKS if (preserve_hard_links && S_ISREG(file->mode)) { if (remote_version < 26) { @@ -457,7 +463,9 @@ static void send_file_entry(struct file_ } - +/** + * This matches up with send_...