diff options
author | 2012-09-20 14:33:00 -0600 | |
---|---|---|
committer | 2012-10-09 09:15:39 -0400 | |
commit | 221b831835421f9451182611fa25fa60f440662f (patch) | |
tree | 7f2420d6333849e9bd22646d2e44af9fa987bc04 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Btrfs: run delayed refs first when out of space (diff) | |
download | linux-dev-221b831835421f9451182611fa25fa60f440662f.tar.xz linux-dev-221b831835421f9451182611fa25fa60f440662f.zip |
btrfs: fix min csum item size warnings in 32bit
commit 7ca4be45a0255ac8f08c05491c6add2dd87dd4f8 limited csum items to
PAGE_CACHE_SIZE. It used min() with incompatible types in 32bit which
generates warnings:
fs/btrfs/file-item.c: In function ‘btrfs_csum_file_blocks’:
fs/btrfs/file-item.c:717: warning: comparison of distinct pointer types lacks a cast
This uses min_t(u32,) to fix the warnings. u32 seemed reasonable
because btrfs_root->leafsize is u32 and PAGE_CACHE_SIZE is unsigned
long.
Signed-off-by: Zach Brown <zab@zabbo.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions