K 10 svn:author V 4 tijl K 8 svn:date V 27 2018-03-14T09:57:58.539135Z K 7 svn:log V 268 MFC r314624: Reject userland CCBs that have CAM_UNLOCKED set. CAM_UNLOCKED is internal flag and cannot correctly be set by userland. Return EINVAL from CAMIOCOMMAND and CAMIOQUEUE if it is set. Also fix leaks in some of the error paths for CAMIOQUEUE. PR: 215356 END