From: Dave Chinner Date: Tue, 12 Apr 2011 13:34:20 +0000 (+0000) Subject: xfs: fix duplicate message output X-Git-Tag: v2.6.39-rc5~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eff1268994f72266b660782e87f215720c29639;p=pandora-kernel.git xfs: fix duplicate message output Commit 957935dc ("xfs: fix xfs_debug warnings" broke the logic in __xfs_printk(). Instead of only printing one of two possible output strings based on whether the fs has a name or not, it outputs both. Fix it to only output one message again. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed