]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7a91d44c27a54db426a3f9104b1763e4549ae80
treea4a54638bedf89e29fb8487b3493188d462b3fad
parent7a4806f3cab6e92c4f0da2524727e7659678f059
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