[PATCH] Btrfs: fix some basic sparse errors

2013-08-19 Thread Josef Bacik
Running sparse I found a few small things where we should have static functions that aren't used externally and we should be using unsigned values for bit fields. Thanks, Signed-off-by: Josef Bacik jba...@fusionio.com --- fs/btrfs/disk-io.c |8 fs/btrfs/send.c|4 ++-- 2

Re: [PATCH] Btrfs: fix some basic sparse errors

2013-08-19 Thread Stefan Behrens
On 08/19/2013 20:21, Josef Bacik wrote: Running sparse I found a few small things where we should have static functions that aren't used externally and we should be using unsigned values for bit fields. Thanks, Signed-off-by: Josef Bacik jba...@fusionio.com --- fs/btrfs/disk-io.c |8

Re: [PATCH] Btrfs: fix some basic sparse errors

2013-08-19 Thread Josef Bacik
On Mon, Aug 19, 2013 at 08:47:21PM +0200, Stefan Behrens wrote: On 08/19/2013 20:21, Josef Bacik wrote: Running sparse I found a few small things where we should have static functions that aren't used externally and we should be using unsigned values for bit fields. Thanks,