From: Theodore Ts'o Date: Mon, 23 Jul 2012 00:25:31 +0000 (-0400) Subject: ext4: remove dynamic array size in ext4_chksum() X-Git-Tag: v3.6-rc1~69^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3108b54bcedde5d952c90460df5bc21efc1e134f;p=pandora-kernel.git ext4: remove dynamic array size in ext4_chksum() The ext4_checksum() inline function was using a dynamic array size, which is not legal C. (It is a gcc extension). Remove it. Cc: "Darrick J. Wong" Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed