]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/linux-2.6/xfs_super.c
[XFS] fix spurious gcc warnings
authorChristoph Hellwig <hch@infradead.org>
Fri, 28 Nov 2008 03:23:33 +0000 (14:23 +1100)
committerNiv Sardi <xaiki@sgi.com>
Mon, 1 Dec 2008 00:07:37 +0000 (11:07 +1100)
commit65795910c1b798f8a47181b48cf6eb163a15e778
tree1b06b5b0de03166cdb73f6c9e25dc0207e28d53f
parent6c31b93a14a453c8756ffd228e24910ffdf30c5d
[XFS] fix spurious gcc warnings

Some recent gcc warnings don't like passing string variables to
printf-like functions without using at least a "%s" format string.
Change the two occurances of that in xfs to please gcc.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
fs/xfs/linux-2.6/xfs_stats.c
fs/xfs/linux-2.6/xfs_super.c