On 01/26/2012 07:43 PM, [email protected] wrote:
+ int ret; + + ret = scsi_verify_blk_ioctl(bdev, cmd); + if (ret< 0) + return ret;/* * If we are in the middle of error recovery, don't let anyone
Nope, this needs to return -EIOCTLCMD. :) I'll send the fixed one tomorrow. Paolo -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
