Home
last modified time | relevance | path

Searched hist:"839 e3407d90a810318d17c17ceb3d5928a910704" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Dfreezer.cdiff 839e3407d90a810318d17c17ceb3d5928a910704 Mon Nov 21 14:32:26 CST 2011 Tejun Heo <tj@kernel.org> freezer: remove unused @sig_only from freeze_task()

After "freezer: make freezing() test freeze conditions in effect
instead of TIF_FREEZE", freezing() returns authoritative answer on
whether the current task should freeze or not and freeze_task()
doesn't need or use @sig_only. Remove it.

While at it, rewrite function comment for freeze_task() and rename
@sig_only to @user_only in try_to_freeze_tasks().

This patch doesn't cause any functional change.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>
/openbmc/linux/include/linux/
H A Dfreezer.hdiff 839e3407d90a810318d17c17ceb3d5928a910704 Mon Nov 21 14:32:26 CST 2011 Tejun Heo <tj@kernel.org> freezer: remove unused @sig_only from freeze_task()

After "freezer: make freezing() test freeze conditions in effect
instead of TIF_FREEZE", freezing() returns authoritative answer on
whether the current task should freeze or not and freeze_task()
doesn't need or use @sig_only. Remove it.

While at it, rewrite function comment for freeze_task() and rename
@sig_only to @user_only in try_to_freeze_tasks().

This patch doesn't cause any functional change.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>
/openbmc/linux/kernel/power/
H A Dprocess.cdiff 839e3407d90a810318d17c17ceb3d5928a910704 Mon Nov 21 14:32:26 CST 2011 Tejun Heo <tj@kernel.org> freezer: remove unused @sig_only from freeze_task()

After "freezer: make freezing() test freeze conditions in effect
instead of TIF_FREEZE", freezing() returns authoritative answer on
whether the current task should freeze or not and freeze_task()
doesn't need or use @sig_only. Remove it.

While at it, rewrite function comment for freeze_task() and rename
@sig_only to @user_only in try_to_freeze_tasks().

This patch doesn't cause any functional change.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Oleg Nesterov <oleg@redhat.com>