xfs: fix big endian build
authorDave Chinner <dchinner@redhat.com>
Mon, 26 Jul 2010 18:51:46 +0000 (13:51 -0500)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 21:07:38 +0000 (16:07 -0500)
commit696123fca877905696591829c97a2cef11c8d048
treed18c83ee0cd6148f156edb854996ea1554da78fd
parentecd7f082d68d7fb1c96bcf72071aa85db9c00ddf
xfs: fix big endian build

Commit 0fd7275cc42ab734eaa1a2c747e65479bd1e42af ("xfs: fix gcc 4.6
set but not read and unused statement warnings") failed to convert
some code inside XFS_NATIVE_HOST (big endian host code only) and
hence fails to build on such machines. Fix it.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_inode_item.c