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:
c7abe82
)
btrfs: replace remaining do_div calls with div_u64 variants
author
David Sterba
<dsterba@suse.cz>
Fri, 20 Feb 2015 17:43:47 +0000
(18:43 +0100)
committer
David Sterba
<dsterba@suse.cz>
Tue, 3 Mar 2015 16:09:41 +0000
(17:09 +0100)
Switch to div_u64_rem that does type checking and has more obvious
semantics than do_div.
Signed-off-by: David Sterba <dsterba@suse.cz>
No differences found