From: Filipe David Borba Manana Date: Tue, 20 Aug 2013 16:51:48 +0000 (+0100) Subject: Btrfs: fix printing of non NULL terminated string X-Git-Tag: v3.12-rc1~40^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdab49d760c14dd7d5a8f64dbfedd7a3f1121e9b;p=pandora-kernel.git Btrfs: fix printing of non NULL terminated string The name buffer is not terminated by a '\0' character, therefore it needs to be printed with %.*s and use the length of the buffer. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed