From: Vinícius Tinti Date: Fri, 4 Apr 2014 21:21:24 +0000 (-0300) Subject: btrfs: LLVMLinux: Remove VLAIS X-Git-Tag: fixes-against-v3.18-rc2~66^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0458a953d85088a9ba3e448745676377775879e0;p=pandora-kernel.git btrfs: LLVMLinux: Remove VLAIS Replaced the use of a Variable Length Array In Struct (VLAIS) with a C99 compliant equivalent. This patch instead allocates the appropriate amount of memory using a char array using the SHASH_DESC_ON_STACK macro. The new code can be compiled with both gcc and clang. Signed-off-by: Vinícius Tinti Reviewed-by: Jan-Simon Möller Reviewed-by: Mark Charlebois Signed-off-by: Behan Webster Acked-by: Chris Mason Acked-by: Herbert Xu Cc: "David S. Miller" --- Reading git-diff-tree failed