mbox series

[GIT,PULL] xfs: bug fixes for 6.8

Message ID 87sf29efj8.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive)
State New
Headers show
Series [GIT,PULL] xfs: bug fixes for 6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.8-fixes-2

Message

Chandan Babu R Feb. 3, 2024, 3:22 p.m. UTC
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@kernel.org>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 4, 2024, 7:44 a.m. UTC | #1
The pull request you sent on Sat, 03 Feb 2024 20:52:40 +0530:

> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.8-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fc86e5c9909b1b9a80ff0e7946279dfae6b96ded

Thank you!