From: Satoru Takeuchi Date: Fri, 25 Jul 2014 08:07:48 +0000 (+0900) Subject: btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicity X-Git-Tag: fixes-against-v3.18-rc2~120^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b00a4711d5b953b13ccc859bc30c447c96860e;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed