From: Mathieu Segaud Date: Mon, 14 Jan 2008 14:43:18 +0000 (+0100) Subject: [SCSI] ch: Convert to use unlocked_ioctl X-Git-Tag: v2.6.25-rc1~1230^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fea185d2998dc4c902ec47834ab6db28fe0029;p=pandora-kernel.git [SCSI] ch: Convert to use unlocked_ioctl As of now, compat_ioctl already runs without the BKL, whereas ioctl runs with the BKL. This patch first converts changer_fops to use a .unlocked_ioctl member. It applies the same locking rationale than ch_ioctl_compat() uses to ch_ioctl(). Signed-off-by: Mathieu Segaud Reviewed-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed