X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=security%2Fselinux%2Fhooks.c;h=bb230d5d7085a9612f915edbb50124a0077db4be;hp=417f7c9945229175f79842c5a9637af6fd48fc1d;hb=0b7570e77f7c3abd43107dabc47ea89daf9a1cba;hpb=d7e9660ad9d5e0845f52848bce31bcf5cdcdea6b diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 417f7c994522..bb230d5d7085 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2411,7 +2411,7 @@ static void selinux_bprm_committed_creds(struct linux_binprm *bprm) /* Wake up the parent if it is waiting so that it can recheck * wait permission to the new task SID. */ read_lock(&tasklist_lock); - wake_up_interruptible(¤t->real_parent->signal->wait_chldexit); + __wake_up_parent(current, current->real_parent); read_unlock(&tasklist_lock); }