ext4: Fix compat EXT4_IOC_ADD_GROUP
authorBen Hutchings <ben@decadent.org.uk>
Mon, 17 May 2010 10:00:00 +0000 (06:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 17 May 2010 10:00:00 +0000 (06:00 -0400)
struct ext4_new_group_input needs to be converted because u64 has
only 32-bit alignment on some 32-bit architectures, notably i386.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found