commit | 5d2bf8a55e03b0e59ed5a4ac2ff7f9ee3ba7e40d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sat Nov 06 11:42:56 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Wed Nov 10 12:00:48 2010 -0600 |
tree | fc46c4d8f0504fd64504a30e4590267d1bfed9fe | |
parent | 785ce41805ea7b6a9b2775ed9f4cf10cd7a90c03 [diff] |
xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n Andi Kleen reported that gcc-4.5 gives lots of warnings for him inside the XFS code. It turned out most of them are due to the quota stubs beeing macros, and gcc now complaining about macros evaluating to 0 that are not assigned to variables. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>