]> 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 00:49:58 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 9 Aug 2011 00:49:58 +0000 (10:49 +1000)
commitfb747b392093aa8ad316e007430f94a6a22d6f43
tree58a108b6ffc22ecaf24de84250306249dfa7c7d4
parentd74c1c9e1b52c03f90c8c6d4f323f320cb33be6f
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