]> www.infradead.org Git - users/dwmw2/linux.git/commit
f2fs: pass sbi rather than sb to quota qf_name helpers
authorEric Sandeen <sandeen@redhat.com>
Mon, 3 Mar 2025 17:12:18 +0000 (11:12 -0600)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Mar 2025 18:16:06 +0000 (18:16 +0000)
commitb7de231b9df4eafc87ec693312c8889fc20f4e55
treea47fe6b590604a66ba789b162503a25aca2c3dd4
parent9cca49875997a1a7e92800a828a62bacb0f577b9
f2fs: pass sbi rather than sb to quota qf_name helpers

With the new mount api we will not have the superblock available during
option parsing. Prepare for this by passing *sbi rather than *sb.

For now, we are parsing after fill_super has been done, so sbi->sb will
exist. Under the new mount API this will require more care, but do the
simple change for now.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c