prctl: fix misplaced PR_SET_TIMERSLACK_PID case
authorMicha Kalfon <micha@cellrox.com>
Tue, 13 Jan 2015 09:47:20 +0000 (11:47 +0200)
committerRuchi Kandoi <kandoiruchi@google.com>
Tue, 13 Jan 2015 23:35:16 +0000 (23:35 +0000)
commite1a60cbe0312adbf471ee057c5d7b917ae5e80c5
tree00a849dafa9bba645259c691bb04dd563ef2cfae
parentc76b9f83bfc0551c065229c13c785675d6da9825
prctl: fix misplaced PR_SET_TIMERSLACK_PID case

The case clause for the PR_SET_TIMERSLACK_PID option was placed inside
the an internal switch statement for PR_MCE_KILL (see commits 37a591d4
and 8ae872f1) . This commit moves it to the right place.

Change-Id: I63251669d7e2f2aa843d1b0900e7df61518c3dea
Signed-off-by: Micha Kalfon <micha@cellrox.com>
Acked-by: Oren Laadan <orenl@cellrox.com>
kernel/sys.c