Message ID | 871q4yfb08.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] xfs: bug fix for 6.10 | expand |
The pull request you sent on Sat, 15 Jun 2024 21:30:28 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.10-fixes-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a3e18a540541325a8c8848171f71e0d45ad30b2c
Thank you!
Hi Linus, Please pull this branch which contains an XFS bug fix for 6.10-rc4. A brief description of the bug fix is provided below. I did a test-merge with the main upstream branch as of a few minutes ago and didn't see any conflicts. Please let me know if you encounter any problems. The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670: Linux 6.10-rc3 (2024-06-09 14:19:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.10-fixes-3 for you to fetch changes up to 58f880711f2ba53fd5e959875aff5b3bf6d5c32e: xfs: make sure sb_fdblocks is non-negative (2024-06-10 11:38:12 +0530) ---------------------------------------------------------------- Bug fixes for 6.10-rc4: * Ensure xfs incore superblock's 1. Allocated inode counter 2. Free inode counter 3. Free data block counter are zero or positive when they are copied over from xfs_mount->m_[icount,ifree,fdblocks] respectively. Signed-off-by: Chandan Babu R <chandanbabu@kernel.org> ---------------------------------------------------------------- Wengang Wang (1): xfs: make sure sb_fdblocks is non-negative fs/xfs/libxfs/xfs_sb.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)