Undo the hard-link xattr optimization in 78286a03.
authorWayne Davison <wayned@samba.org>
Sun, 19 Jan 2014 22:59:43 +0000 (14:59 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 19 Jan 2014 22:59:43 +0000 (14:59 -0800)
commit740551d6576f28b42bc53c3e7e7e150adafa20e4
treed7535ac23a456ae4d5e178c3d24fad0ab455b01e
parenta106ed78d57f901ccfdf5145923f8c2bf6b33ef8
Undo the hard-link xattr optimization in 78286a03.

I'm backing out the xattr optimization that was put in to try
to make xattr data sending more optimal on hard-linked files.
The code was causing hard-to-reproduce bugs, and it's better to
get things done fully & correctly over fully optimally.
generator.c
receiver.c
sender.c