commit | 71a16736a15e3fd11d283c42aa86bf704f6d25ff | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Oct 31 20:18:54 2011 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Mon Oct 31 20:18:54 2011 +0000 |
tree | 1c6c54e8229b422756ec775cc04ad0066d1ad0c8 | |
parent | 4693c9668fdcec229825b3763876b4744f9e6d5e [diff] |
dm: use local printk ratelimit 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>