> On Jan 30, 2016, at 9:37 PM, mokhi <mokh...@gmail.com> wrote:
> 
> @imp So you think I should start to put locks there and see what happens? :)

I’d advocate a deeper understanding of the code. splXXX() is for code path
exclusion. Locks are for data protection. These are subtly different concepts
and may cause issues when you try to just blindly replace the splXXX with
a lock. You can start there, but you’ll still need to do code-path analysis to
see what the locks wind up protecting, and then see if there’s any access
to it outside of locked paths.

Warner

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to