commit | 1ca91cd0336b05b91c51b403c9ed9d297813533f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Oct 09 13:23:57 2007 +0200 |
committer | Jens Axboe <axboe@carl.home.kernel.dk> | Wed Oct 10 09:26:00 2007 +0200 |
tree | ae4e2fee28886f3330680921ad088294d97ddb31 | |
parent | b3087cc4f31a66c8c7b63419e913ed9d34145f10 [diff] |
compat_ioctl: move floppy handlers to block/compat_ioctl.c The floppy ioctls are used by multiple drivers, so they should be handled in a shared location. Also, add minor cleanups. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>