ext4: remove dynamic array size in ext4_chksum()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jul 2012 00:25:31 +0000 (20:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Jul 2012 00:25:31 +0000 (20:25 -0400)
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" <djwong@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found