]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4ceb2e720d54417237163b0f3589ebe354d9118
tree736036691f07fe4b7d18064aaa0ace5d76b73cf6
parent2ba9907a7a86f3d0d842a1454c7ecc2ef7f68f76
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