ext4: add FITRIM to compat_ioctl.
authorTao Ma <boyu.mt@taobao.com>
Mon, 21 Mar 2011 03:16:58 +0000 (23:16 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Mar 2011 03:16:58 +0000 (23:16 -0400)
commita56e69c28ad0782a99f3f196e93d57ba5a7e2324
tree5737ab643ff5eefc21704d41f4583c5fbd9be8f8
parentd67d1218344009970ba0deb7eb15a3984518ddd0
ext4: add FITRIM to compat_ioctl.

FITRIM isn't added in compat_ioctl. So a 32 bit program can't be executed
in a 64 bit platform. Add it in the compat_ioctl.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ioctl.c