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:
7ccb974
)
freezer_cg: remove redundant check in freezer_can_attach()
author
Li Zefan
<lizf@cn.fujitsu.com>
Wed, 29 Oct 2008 21:00:52 +0000
(14:00 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 30 Oct 2008 18:38:45 +0000
(11:38 -0700)
It is sufficient to check if @task is frozen, and no need to check if the
original freezer is frozen.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Cedric Le Goater <clg@fr.ibm.com>
Acked-by: Matt Helsley <matthltc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found