| commit | a8e6e1486960fe2e9ac190ad53e9830f0f3f900a | [log] [tgz] |
|---|---|---|
| author | Wayne Davison <wayned@samba.org> | Sun Apr 26 07:28:55 2009 -0700 |
| committer | Wayne Davison <wayned@samba.org> | Sun Apr 26 07:43:32 2009 -0700 |
| tree | 3468f982f5fb605a0d882fe1d19c096502111d59 | |
| parent | 307555eba3720362922cf25c15991b21f0e72dab [diff] |
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.