summaryrefslogtreecommitdiffstats
path: root/fs/coda
diff options
context:
space:
mode:
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>2014-12-25 18:21:41 +0900
committerChris Mason <clm@fb.com>2015-01-19 13:06:06 -0800
commit6e1103a6e9b19dbdc348077d04a546b626911fc5 (patch)
tree3bbf9744dfbe399bd5edb629c57a98bb8cec7290 /fs/coda
parent75c68e9fbbdfc04467c9edcac76be998beaa630b (diff)
downloadlinux-6e1103a6e9b19dbdc348077d04a546b626911fc5.tar.gz
linux-6e1103a6e9b19dbdc348077d04a546b626911fc5.tar.bz2
linux-6e1103a6e9b19dbdc348077d04a546b626911fc5.zip
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 <takeuchi_satoru@jp.fujitsu.com> Reported-by: Chris Murphy <chris@colorremedies.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/coda')
0 files changed, 0 insertions, 0 deletions