The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3: Linux 6.8-rc2 (2024-01-28 17:01:12 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.8-fixes-2 for you to fetch changes up to 881f78f472556ed05588172d5b5676b48dc48240: xfs: remove conditional building of rt geometry validator functions (2024-01-30 14:04:43 +0530) ---------------------------------------------------------------- Bug fixes for 6.8-rc3: * Clear XFS_ATTR_INCOMPLETE filter on removing xattr from a node format attribute fork. * Remove conditional compilation of realtime geometry validator functions to prevent confusing error messages from being printed on the console during the mount operation. Signed-off-by: Chandan Babu R <chandanbabu@xxxxxxxxxx> ---------------------------------------------------------------- Andrey Albershteyn (1): xfs: reset XFS_ATTR_INCOMPLETE filter on node removal Darrick J. Wong (1): xfs: remove conditional building of rt geometry validator functions fs/xfs/libxfs/xfs_attr.c | 6 +++--- fs/xfs/libxfs/xfs_rtbitmap.c | 14 -------------- fs/xfs/libxfs/xfs_rtbitmap.h | 16 ---------------- fs/xfs/libxfs/xfs_sb.c | 14 ++++++++++++++ fs/xfs/libxfs/xfs_sb.h | 2 ++ fs/xfs/libxfs/xfs_types.h | 12 ++++++++++++ fs/xfs/scrub/rtbitmap.c | 1 + fs/xfs/scrub/rtsummary.c | 1 + 8 files changed, 33 insertions(+), 33 deletions(-)