commit | 4d92dc0f00a775dc2e1267b0e00befb783902fe7 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Mon May 17 06:00:00 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 17 06:00:00 2010 -0400 |
tree | 07bb835871dfcc290f5909fe6635ab420ff61420 | |
parent | 899ad0cea6ad7ff4ba24b16318edbc3cbbe03fad [diff] |
ext4: Fix compat EXT4_IOC_ADD_GROUP 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>