From: Eric Sandeen Date: Thu, 31 Jan 2013 00:54:58 +0000 (+0000) Subject: btrfs: fix varargs in __btrfs_std_error X-Git-Tag: v3.9-rc1~17^2~29^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37252a66f34940421942725ca75d12e6008682dc;p=pandora-kernel.git btrfs: fix varargs in __btrfs_std_error __btrfs_std_error didn't always properly call va_end, and might call va_start even if fmt was NULL. Move all the varargs handling into the block where we have fmt. Signed-off-by: Eric Sandeen Signed-off-by: Josef Bacik --- Reading git-diff-tree failed