|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.213, 2013/02/14 21:57:58 | version 1.214, 2013/03/14 19:13:17 | ||
|---|---|---|---|
|
|
||
| lock = lockso->so_lock; | lock = lockso->so_lock; | ||
| so->so_lock = lock; | so->so_lock = lock; | ||
| mutex_obj_hold(lock); | mutex_obj_hold(lock); | ||
| /* XXX Why is this not solock, to match sounlock? */ | |||
| mutex_enter(lock); | mutex_enter(lock); | ||
| } else { | } else { | ||
| /* Lock assigned and taken during PRU_ATTACH. */ | /* Lock assigned and taken during PRU_ATTACH. */ |