From: Christoph Hellwig Date: Tue, 10 Jan 2006 04:52:12 +0000 (-0800) Subject: [PATCH] add ->compat_ioctl to dasd X-Git-Tag: v2.6.16-rc1~609 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8262037f406dc8e0908ad51f355c3dfd4d662aba;p=pandora-kernel.git [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 Cc: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed