Searched hist:"839 e3407d90a810318d17c17ceb3d5928a910704" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/ |
H A D | freezer.c | diff 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 D | freezer.h | diff 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 D | process.c | diff 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>
|