diff options
| author | 2015-01-16 17:21:12 +0100 | |
|---|---|---|
| committer | 2015-03-03 17:23:57 +0100 | |
| commit | f8c269d7223f6b63cc5936eb191bc3b170d24342 (patch) | |
| tree | 2e82cc23da9f436bbb6fde058b3321619f990db2 /fs/btrfs/backref.c | |
| parent | btrfs: use cond_resched_lock where possible (diff) | |
| download | linux-dev-f8c269d7223f6b63cc5936eb191bc3b170d24342.tar.xz linux-dev-f8c269d7223f6b63cc5936eb191bc3b170d24342.zip | |
btrfs: cleanup 64bit/32bit divs, compile time constants
Switch to div_u64 if the divisor is a numeric constant or sum of
sizeof()s. We can remove a few instances of do_div that has the hidden
semtantics of changing the 1st argument.
Small power-of-two divisors are converted to bitshifts, large values are
kept intact for clarity.
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/backref.c')
0 files changed, 0 insertions, 0 deletions
