From: Jeff Mahoney Date: Wed, 20 Nov 2013 21:50:23 +0000 (-0500) Subject: btrfs: fix static checker warnings X-Git-Tag: v3.14-rc1~29^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8e5df6d9b676f6d31fb098ffdc7d18732729d7;p=pandora-kernel.git btrfs: fix static checker warnings This patch fixes the following warnings: fs/btrfs/extent-tree.c:6201:12: sparse: symbol 'get_raid_name' was not declared. Should it be static? fs/btrfs/extent-tree.c:8430:9: error: format not a string literal and no format arguments [-Werror=format-security] get_raid_name(index)); Signed-off-by: Jeff Mahoney Reviewed-by: Kees Cook Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed