quota: Replace BUG_ON in dqput()
authorJan Kara <jack@suse.cz>
Fri, 20 Oct 2023 11:21:24 +0000 (13:21 +0200)
committerJan Kara <jack@suse.cz>
Mon, 22 Jan 2024 11:56:20 +0000 (12:56 +0100)
commitc8238508c85e262d46e19e2ff039d9238d436321
treeaa46e32d5c007314703fd9aebae57dfd98ab78d1
parent6613476e225e090cc9aad49be7fa504e290dd33d
quota: Replace BUG_ON in dqput()

The BUG_ON in dqput() will likely take the whole machine down when it
hits. Replace it with WARN_ON_ONCE() instead and stop hiding that behind
CONFIG_QUOTA_DEBUG.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/dquot.c