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:
1d52c78
)
btrfs: defrag, use unsigned type for extent thresh
author
David Sterba
<dsterba@suse.cz>
Tue, 29 Jul 2014 15:32:10 +0000
(17:32 +0200)
committer
David Sterba
<dsterba@suse.cz>
Wed, 1 Oct 2014 17:30:52 +0000
(19:30 +0200)
Signed type mismatches the ioctl structure, all extent calculations are
done on unsigned types.
Signed-off-by: David Sterba <dsterba@suse.cz>
No differences found