Skip to content

xfs: fix I_DONTCACHE

Carlos Maiolino requested to merge cmaiolino/centos-stream-9:bz2022435_CS9 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2022435 Tested: with xfstests

Yup, the VFS hoist broke it, and nobody noticed. Bulkstat workloads make it clear that it doesn't work as it should.

Fixes: dae2f8ed ("fs: Lift XFS_IDONTCACHE to the VFS layer") Signed-off-by: Dave Chinner dchinner@redhat.com Reviewed-by: Darrick J. Wong djwong@kernel.org Signed-off-by: Darrick J. Wong djwong@kernel.org (cherry picked from commit f38a032b165d812b0ba8378a5cd237c0888ff65f)

Signed-off-by: Carlos Maiolino cmaiolino@redhat.com

Edited by Carlos Maiolino

Merge request reports