From: Bartlomiej Zolnierkiewicz Date: Fri, 10 Oct 2008 20:39:33 +0000 (+0200) Subject: ide: add ide_setting_ioctl() helper X-Git-Tag: v2.6.28-rc1~710^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7687738af3332470e02ac1060f6c046d83c9a3;p=pandora-kernel.git ide: add ide_setting_ioctl() helper * Add struct ide_ioctl_devset representing ioctl device setting. * Add ide_setting_ioctl() helper for matching given ioctl and its parameters against table of ioctl device settings. * Convert ide_setting_ioctl() and idedisk_ioctl() to use ide_setting_ioctl(). * Un-export ide_setting_mtx. While at it: * {get,set}_lba_addressing() -> {get,set}_addressing() There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed