]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk_ratelimit() shares global ratelimiting state with all
authorNamhyung Kim <namhyung@gmail.com>
Tue, 9 Aug 2011 23:13:33 +0000 (09:13 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Aug 2011 23:17:56 +0000 (09:17 +1000)
commite78fd1ea1c48cd60badcbb9899fc63c29bd7a7f8
treee31be1d0b8130742adaa229a20673886360d0474
parentbd04e1aef495761f5bc543f6fbc4857830566d0b
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