btrfs-progs: send-stream: change length type to unsigned
authorDavid Sterba <dsterba@suse.com>
Tue, 15 Nov 2016 13:41:54 +0000 (14:41 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 23 Nov 2016 09:50:01 +0000 (10:50 +0100)
commit2513dfed8f5abd568a818e4222c17159b73da01f
tree646093ec7c01dd00ddf35ca0266d4a24b0eda1fc
parent23ac27781eb54ccdc60b2738f2d3ea1ff67966df
btrfs-progs: send-stream: change length type to unsigned

The command length is unsigned, use the right type, also to make the
length checks work.

Signed-off-by: David Sterba <dsterba@suse.com>
send-stream.c