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:
4693c96
)
dm: use local printk ratelimit
author
Namhyung Kim
<namhyung@gmail.com>
Mon, 31 Oct 2011 20:18:54 +0000
(20:18 +0000)
committer
Alasdair G Kergon
<agk@redhat.com>
Mon, 31 Oct 2011 20:18:54 +0000
(20:18 +0000)
printk_ratelimit() shares global ratelimiting state with all
other subsystems, so its usage is discouraged. Instead,
define and use dm's local state.
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
No differences found