commit | 47c5713f4737e460a3b2535abb8ae2e2afe2d2d0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Fri Feb 20 18:43:47 2015 +0100 |
committer | David Sterba <dsterba@suse.cz> | Tue Mar 03 17:24:01 2015 +0100 |
tree | 918e1930e0de0e607736cd7845fc4d3db92d24aa | |
parent | b8b93addde1e0192b045da8995e296fc1e40c80f [diff] |
btrfs: replace remaining do_div calls with div_u64 variants 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>