Change sending/receiving/storing of the rdev value for special files.
authorWayne Davison <wayned@samba.org>
Sun, 26 Apr 2009 14:28:55 +0000 (07:28 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 26 Apr 2009 14:43:32 +0000 (07:43 -0700)
commita8e6e1486960fe2e9ac190ad53e9830f0f3f900a
tree3468f982f5fb605a0d882fe1d19c096502111d59
parent307555eba3720362922cf25c15991b21f0e72dab
Change sending/receiving/storing of the rdev value for special files.
Since the value is not needed, protocol 31 no longer sends it, while
older protocols are optimized so the sender just sends a valid rdev
value as efficiently as possible.  The receiver no longer caches an
rdev value for special files, and the generator will always pass a 0
rdev value to do_mknod() for special files. Fixes bug #6280.
flist.c
generator.c
rsync.h
xattrs.c