xfs: fix variable set but not used warnings
authorChristoph Hellwig <hch@infradead.org>
Mon, 4 Apr 2011 12:55:44 +0000 (12:55 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 8 Apr 2011 13:09:12 +0000 (08:09 -0500)
commitecb697c16c1718ae97bb73ce41a5d5ac2aed29ec
treea4a54638bedf89e29fb8487b3493188d462b3fad
parentda8a1a4a4dfc1ead12c343b992fc8300a22d33d0
xfs: fix variable set but not used warnings

GCC 4.6 now warnings about variables set but not used.  Fix the trivially
fixable warnings of this sort.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_buf.c
fs/xfs/quota/xfs_qm.c
fs/xfs/quota/xfs_qm.h
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/xfs_itable.c