[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351622404-18214-1-git-send-email-behanw@converseincode.com>
Date: Tue, 30 Oct 2012 14:40:03 -0400
From: Behan Webster <behanw@...verseincode.com>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org,
Behan Webster <behanw@...verseincode.com>
Subject: [PATCH] Removing the use of VLAIS from the Linux Kernel
The use of variable length arrays in structs (VLAIS) in the Linux Kernel code
precludes the use of compilers which don't implement VLAIS (for instance the
Clang compiler). The LLVMLinux Project is working towards the ability of
providing the Linux kernel developer the choice of using the Clang compiler
toolchain. This is a part of a series of patches which remove the use of VLAIS
from crypto code, dm-crypt, jbd2, libcrc32c, netfilter, and usb gadget. Other
patches to allow Clang to be used will follow.
Mark Charlebois (1):
Remove VLAIS usage from JBD2 code
include/linux/jbd2.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists