On 06/10/2013 01:34 PM, Eddie Wai wrote: > index fe7f06c..f9cc89b 100644 > --- a/include/scsi/iscsi_if.h > +++ b/include/scsi/iscsi_if.h > @@ -487,6 +487,10 @@ enum iscsi_param { > ISCSI_PARAM_TGT_RESET_TMO, > ISCSI_PARAM_TARGET_ALIAS, > > + ISCSI_PARAM_BOOT_ROOT, > + ISCSI_PARAM_BOOT_NIC, > + ISCSI_PARAM_BOOT_TARGET, > + > ISCSI_PARAM_CHAP_IN_IDX, > ISCSI_PARAM_CHAP_OUT_IDX, > /* must always be last */ We cannot add in the middle because it would screw up older tools and kernels. Just add adter the CHAP ones at the end. Other than that patch looks ok. -- To unsubscribe from this list: 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