]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: add f2fs_bug_on() in f2fs_quota_read()
authorChao Yu <chao@kernel.org>
Tue, 13 May 2025 03:19:07 +0000 (11:19 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 May 2025 23:52:35 +0000 (23:52 +0000)
commit5827e3c720e5a881bf97451e3c280445f67cba04
tree49124c5beb1196f55789eef7959f2b050b45f707
parent9b6fc9888e03dbe69768ace00091173b169aec39
f2fs: add f2fs_bug_on() in f2fs_quota_read()

mapping_read_folio_gfp() will return a folio, it should always be
uptodate, let's check folio uptodate status to detect any potenial
bug.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c