On 02/18/2016 08:41 PM, Bart Van Assche wrote: > On 02/15/2016 12:24 AM, Hannes Reinecke wrote: >> if (optimize) >> - h->flags |= ALUA_OPTIMIZE_STPG; >> + pg->flags |= ALUA_OPTIMIZE_STPG; >> else >> - h->flags &= ~ALUA_OPTIMIZE_STPG; >> + pg->flags |= ~ALUA_OPTIMIZE_STPG; > > The above looks weird to me. Why has "&=" been changed into "|=" ? > Bah. Of course. Will be fixing it up. Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- 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