K 10 svn:author V 3 mav K 8 svn:date V 27 2020-06-09T02:03:30.758881Z K 7 svn:log V 284 MFC r361630: Remove session locking from cfiscsi_pdu_update_cmdsn(). cs_cmdsn can be incremented with single atomic. expcmdsn/maxcmdsn set in cfiscsi_pdu_prepare() based on cs_cmdsn are not required to be updated synchronously, only monotonically, that is achieved with lock there. END