K 10 svn:author V 6 alfred K 8 svn:date V 27 2013-10-01T15:43:23.692033Z K 7 svn:log V 282 Fixed kernel crash when running devinfo When calling to ib_uverbs_cleanup_ucontext, there is a call to mutex_lock of xrcd_table_mutex, which was not initialized. Added missing initialization for xrcd_table_mutex. Submitted by: Orit Moskovich (oritm mellanox.com) Approved by: re END