Change sending/receiving/storing of the rdev value for special files.
authorWayne Davison <wayned@samba.org>
Sun, 26 Apr 2009 14:49:00 +0000 (07:49 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 26 Apr 2009 14:51:50 +0000 (07:51 -0700)
commit4640ae85fe8b35d3410b319f532e3ad9ff7eac79
tree323da129ce549483dfd152100a07915928f2e49d
parent24f739c11845b467175e75f5d15a2645af0bb473
Change sending/receiving/storing of the rdev value for special files.
Since the value is not needed, the (superfluous) sending of the value
is optimized so that a valid rdev value is sent 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.
NEWS
flist.c
generator.c
xattrs.c