diff options
author | Wang Shilong | 2014-04-11 12:32:25 +0200 |
---|---|---|
committer | Chris Mason | 2014-04-11 15:35:50 +0200 |
commit | e4fbaee29272533a242f117d18712e2974520d2c (patch) | |
tree | 69a9c2a98f4ec998bace41755a50949bf594ac17 /fs/coredump.h | |
parent | btrfs: allow mounting btrfs subvolumes with different ro/rw options (diff) | |
download | kernel-qcow2-linux-e4fbaee29272533a242f117d18712e2974520d2c.tar.gz kernel-qcow2-linux-e4fbaee29272533a242f117d18712e2974520d2c.tar.xz kernel-qcow2-linux-e4fbaee29272533a242f117d18712e2974520d2c.zip |
Btrfs: fix compile warnings on on avr32 platform
fs/btrfs/scrub.c: In function 'get_raid56_logic_offset':
fs/btrfs/scrub.c:2269: warning: comparison of distinct pointer types lacks a cast
fs/btrfs/scrub.c:2269: warning: right shift count >= width of type
fs/btrfs/scrub.c:2269: warning: passing argument 1 of '__div64_32' from incompatible pointer type
Since @rot is an int type, we should not use do_div(), fix it.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/coredump.h')
0 files changed, 0 insertions, 0 deletions