From: Dave Chinner Date: Mon, 2 Sep 2013 03:22:58 +0000 (+1000) Subject: xfs: fix endian warning in xlog_recover_get_buf_lsn() X-Git-Tag: v3.12-rc1~22^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9fbbad8d8b2cbd6df7f237e0b4de02d63837ce1;p=pandora-kernel.git xfs: fix endian warning in xlog_recover_get_buf_lsn() sparse reports: fs/xfs/xfs_log_recover.c:2017:24: sparse: cast to restricted __be64 Because I used the wrong structure for the on-disk superblock cast in 50d5c8d ("xfs: check LSN ordering for v5 superblocks during recovery"). Fix it. Reported-by: kbuild test robot Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed