> - if ((tmr_nacl && (tmr_nacl != cmd->se_sess->se_node_acl)) && tas) { > + if ((tmr_sess && (tmr_sess != cmd->se_sess)) && tas) { Care to drop the pointless braces here if you touch this anyway? if (tmr_sess && tmr_sess != cmd->se_sess && tas) Otherwise this looks fine to me: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html