git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88e4cb
)
freezer: remove should_send_signal() and update frozen()
author
Tejun Heo
<tj@kernel.org>
Mon, 21 Nov 2011 20:32:25 +0000
(12:32 -0800)
committer
Tejun Heo
<tj@kernel.org>
Mon, 21 Nov 2011 20:32:25 +0000
(12:32 -0800)
should_send_signal() is only used in freezer.c. Exporting them only
increases chance of abuse. Open code the two users and remove it.
Update frozen() to return bool.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found