>> - if (copy_to_user(arg, &fi_args, sizeof(fi_args))) >> - return -EFAULT; >> + if (copy_to_user(arg, fi_args, sizeof(fi_args))) > > sizeof(*fi_args) > > will integrate that, thanks :) > Oops, what a silly mistake! -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
