K 10 svn:author V 5 benno K 8 svn:date V 27 2014-01-28T22:02:29.031247Z K 7 svn:log V 441 Prevent races in accesses of the software crypto session array. swcr_newsession can change the pointer for swcr_sessions which races with swcr_process which is looking up entries in this array. Add a rwlock that protects changes to the array pointer so that swcr_newsession and swcr_process no longer race. Original patch by: Steve O'Hara-Smith Reviewed by: jmg Sponsored by: EMC / Isilon Storage Division END