From: Satoru Takeuchi Date: Thu, 25 Dec 2014 09:21:41 +0000 (+0900) Subject: btrfs: fix state->private cast on 32 bit machines X-Git-Tag: fixes-v4.0-rc1~254^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1103a6e9b19dbdc348077d04a546b626911fc5;p=pandora-kernel.git btrfs: fix state->private cast on 32 bit machines Suppress the following warning displayed on building 32bit (i686) kernel. =============================================================================== ... CC [M] fs/btrfs/extent_io.o fs/btrfs/extent_io.c: In function ‘btrfs_free_io_failure_record’: fs/btrfs/extent_io.c:2193:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] failrec = (struct io_failure_record *)state->private; ... =============================================================================== Signed-off-by: Satoru Takeuchi Reported-by: Chris Murphy Signed-off-by: Chris Mason --- Reading git-diff-tree failed