Andi Kleen wrote: <snip>
@@ -1343,6 +1366,9 @@ .write = sg_write, .poll = sg_poll, .ioctl = sg_ioctl, +#ifdef CONFIG_COMPAT + .ioctl = sg_compat_ioctl, +#endif
Andi, Two initializations of ".ioctl" looks wrongs. Comparing with the patch to sd should that be: + .compat_ioctl = sg_compat_ioctl, ??
Doug Gilbert - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html