md: move compat_ioctl handling into md.c
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Dec 2009 01:50:05 +0000 (12:50 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 14 Dec 2009 01:51:41 +0000 (12:51 +1100)
commitaa98aa31987ad9831711ae71ea2270228ab62532
tree736036691f07fe4b7d18064aaa0ace5d76b73cf6
parent93bd89a6d5f268acbdb8d775e40d3a280b07b5bd
md: move compat_ioctl handling into md.c

The RAID ioctls are only implemented in md.c, so the
handling for them should also be moved there from
fs/compat_ioctl.c.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Neil Brown <neilb@suse.de>
Cc: Andre Noll <maan@systemlinux.org>
Cc: linux-raid@vger.kernel.org
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
fs/compat_ioctl.c