]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] add ->compat_ioctl to dasd
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2006 04:52:12 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:32 +0000 (08:01 -0800)
commit8262037f406dc8e0908ad51f355c3dfd4d662aba
tree43d60f935d3e5eeb089c90cbca204ac7bfa61576
parentec3cad96901373ad0e21611cfbcc372fe09df1f7
[PATCH] add ->compat_ioctl to dasd

Add a compat_ioctl method to the dasd driver so the last entries in
arch/s390/kernel/compat_ioctl.c can go away.  Unlike the previous attempt this
one does not replace the ioctl method with an unlocked_ioctl method so that
the ioctl_by_bdev calls in s390 partition code continue to work.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/kernel/compat_ioctl.c
drivers/s390/block/dasd.c
drivers/s390/block/dasd_int.h
drivers/s390/block/dasd_ioctl.c