Justus Winter, le Mon 09 Dec 2013 15:16:35 +0100, a écrit :
> + {
> + pthread_mutex_lock (&(*np)->lock);
> + netfs_nref (*np); /* Return a reference to the caller. */
> + }
> pthread_mutex_unlock (&idport_ihash_lock);Did you check the lock ordering between these two? Samuel
