git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f209561
)
btrfs: make 1-bit signed fileds unsigned
author
Mariusz Kozlowski
<mk@lab.zgora.pl>
Sat, 20 Nov 2010 12:03:07 +0000
(12:03 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 22 Nov 2010 03:26:07 +0000
(22:26 -0500)
Fixes these sparse warnings:
fs/btrfs/ctree.h:811:17: error: dubious one-bit signed bitfield
fs/btrfs/ctree.h:812:20: error: dubious one-bit signed bitfield
fs/btrfs/ctree.h:813:19: error: dubious one-bit signed bitfield
Signed-off-by: Mariusz Kozlowski <mk@lab.zgora.pl>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found