]> git.sesse.net Git - bcachefs-tools-debian/commit
Fix printk_ratelimited()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 23 Jun 2022 02:05:39 +0000 (22:05 -0400)
committerKent Overstreet <kent.overstreet@gmail.com>
Thu, 23 Jun 2022 02:05:39 +0000 (22:05 -0400)
commit23dc00de78fbfea39b61aae2d261b621fee7853d
tree047ca618c7a40ad61fe71470a889d2871a0b0c4a
parentff2ebf3f75814bc45353013782ebeb1556adfc05
Fix printk_ratelimited()

printk_ratelimited was behind an #ifdef CONFIG_PRINTK, which we don't
define, so it was a complete noop - oops.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
include/linux/jiffies.h
include/linux/printk.h
include/linux/spinlock.h
linux/ratelimit.c [new file with mode: 0644]