From: Philip Langdale Date: Sat, 27 Oct 2007 11:34:10 +0000 (+0200) Subject: compat_ioctl: fix block device compat ioctl regression X-Git-Tag: v2.6.24-rc2~103^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33013a881104304fcffe817f17f22a1588908037;p=pandora-kernel.git compat_ioctl: fix block device compat ioctl regression The conversion of handlers to compat_blkdev_ioctl accidentally disabled handling of most ioctl numbers on block devices because of a typo. Fix the one line to enable it all again. Signed-off-by: Arnd Bergmann Signed-off-by: Jens Axboe --- Reading git-diff-tree failed