Added a flag to disable xattr hlink optimization.
authorWayne Davison <wayned@samba.org>
Sun, 8 Jun 2014 17:22:09 +0000 (10:22 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 8 Jun 2014 17:42:14 +0000 (10:42 -0700)
commitff08acd4f24e74019dd75420fd8373fad563c1af
treedd08d095b23b7e5a075d731ecc7829789756de93
parent03bb593f812ac0a1c4a6b38d333e31f149f3a451
Added a flag to disable xattr hlink optimization.

I added a compatibility flag for protocol 31 that will let both sides
know if they should be using the xattr optimization that attempted to
avoid sending xattr info for hardlinked files.  Since this optimization
was causing some issues, this compatibility flag will ensure that both
sides know if they should be trying to use the optimization or not.
NEWS
compat.c
generator.c
options.c
receiver.c
sender.c