commit | 77006a0a828249dd69341f960043ee41e7487aa0 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Tue Oct 26 14:22:49 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 26 16:52:16 2010 -0700 |
tree | e3524692543f73fe5c75f5aefad48fecf4cdb4bb | |
parent | f5d87d851d76a390d0fab2f77bd1d563d69ee586 [diff] |
ratelimit: add comment warning people off printk_ratelimit() printk_ratelimit() was a bad idea - we don't want subsytem A causing ratelimiting of subsystem B's messages. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>