From: Christoph Hellwig Date: Sat, 6 Nov 2010 11:42:56 +0000 (+0000) Subject: xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n X-Git-Tag: v2.6.37-rc2~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d2bf8a55e03b0e59ed5a4ac2ff7f9ee3ba7e40d;p=pandora-kernel.git 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed