Ubuntu-focal-kernel/fs/quota
Jan Kara f6b475c0ad quota: Remove BUG_ON from dqget()
BugLink: https://bugs.launchpad.net/bugs/2080595

[ Upstream commit 249f374eb9b6b969c64212dd860cc1439674c4a8 ]

dqget() checks whether dquot->dq_sb is set when returning it using
BUG_ON. Firstly this doesn't work as an invalidation check for quite
some time (we release dquot with dq_sb set these days), secondly using
BUG_ON is quite harsh. Use WARN_ON_ONCE and check whether dquot is still
hashed instead.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:24 +02:00
..
Kconfig
Makefile
compat.c
dquot.c quota: Remove BUG_ON from dqget() 2024-09-27 10:50:24 +02:00
kqid.c
netlink.c
quota.c
quota_tree.c
quota_tree.h
quota_v1.c
quota_v2.c
quotaio_v1.h
quotaio_v2.h