> maybe, but they are still different......
> 
> > mutex_enter(&ptr->mutex);
> ----snip----
> > mutex_exit(&ptr->vv_mutex);

right, correct would be: mutex_exit(&ptr->mutex);
but it is still the same typing error from the code transformation.

Perhaps it is best to build an entire driver to verify/show the effect.
Of course this will take some time.

Thanks
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to