> @@ -564,7 +564,7 @@ > > f = compat_alloc_user_space(sizeof(*f)); > ret = 0; > - if (clear_user(f, sizeof(*f)) != sizeof(*f)) > + if (clear_user(f, sizeof(*f))) > ret = -EFAULT; > if (copy_in_user(f, (void __user *)arg, sizeof(struct fib_ioctl) - sizeof(u32))) > ret = -EFAULT; > just remove the clear_user call completely, it's not needed. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html