]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk_ratelimit() shares global ratelimiting state with all
authorNamhyung Kim <namhyung@gmail.com>
Tue, 1 Nov 2011 00:15:32 +0000 (11:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 00:15:32 +0000 (11:15 +1100)
commit06feb27ae76076f57d482aca4461b661da888702
tree1c6c54e8229b422756ec775cc04ad0066d1ad0c8
parent4c9b64cd9f00afbfad81456400558a3171febcfc
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>
drivers/md/dm.c
include/linux/device-mapper.h