Messages in this thread |  | | | Date | Thu, 16 Feb 2012 18:40:47 +0100 | | From | Oleg Nesterov <> | | Subject | Re: + syscalls-x86-add-__nr_kcmp-syscall-v8.patch added to -mm tree |
| |
On 02/16, Cyrill Gorcunov wrote: > > -static void access_unlock(struct task_struct *task) > +static void kcmp_unlock(struct mutex *m1, struct mutex *m2) > { > - mutex_unlock(&task->signal->cred_guard_mutex); > + if (m2 > m1) > + swap(m1, m2);
Well, the order doesn't matter in case of _unlock, you can remove this part. Not that it really hurts though, I won't argue.
Oleg.
|  |