]> git.itanic.dy.fi Git - linux-stable/commit
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Mar 2023 21:07:32 +0000 (17:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 05:13:12 +0000 (01:13 -0400)
commit19b8b035a776939ceb3de0f45aded4751d7849ef
treea67e24d6139e6f141ef6577fe372fb45591cc95e
parent91a48aaf59d0da6b93e49de87420c30aba0acaa8
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead

In cases where we have an obvious way of continuing, let's use
WARN_RATELIMITED() instead of BUG_ON().

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c