Home
last modified time | relevance | path

Searched hist:d1b00a4711d5b953b13ccc859bc30c447c96860e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dfile-item.cdiff d1b00a4711d5b953b13ccc859bc30c447c96860e Fri Jul 25 03:07:48 CDT 2014 Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicity

btrfs_lookup_csums_range() uses ALIGN() to check if "start"
and "end + 1" are aligned to "root->sectorsize". It's better to
replace these with IS_ALIGNED() for simplicity.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>