]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit4d92dc0f00a775dc2e1267b0e00befb783902fe7
tree07bb835871dfcc290f5909fe6635ab420ff61420
parent899ad0cea6ad7ff4ba24b16318edbc3cbbe03fad
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>
fs/ext4/ext4.h
fs/ext4/ioctl.c