From 0458a953d85088a9ba3e448745676377775879e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vin=C3=ADcius=20Tinti?= Date: Fri, 4 Apr 2014 18:21:24 -0300 Subject: [PATCH] btrfs: LLVMLinux: Remove VLAIS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed