]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk_ratelimit() shares global ratelimiting state with all
authorNamhyung Kim <namhyung@gmail.com>
Tue, 11 Oct 2011 00:45:57 +0000 (11:45 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 11 Oct 2011 00:45:57 +0000 (11:45 +1100)
commit50b4382b20522817ec19db2e4207bde1628a1e39
tree3da5d1f748dc916db187b18ce8c21d993d0313c6
parent4be9ccbd25ca43e8df4cd6d7e27635c18e60db6a
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