Message ID | 168891728293.3329585.14912305268240705363.stg-ugh@frogsfrogsfrogs (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | [GIT,PULL] xfs: more new code for 6.5 | expand |
The pull request you sent on Sun, 9 Jul 2023 08:44:11 -0700:
> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.5-merge-6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/76487845fd23bc2346244fbf7c1a6eb1ed845d28
Thank you!
Hi Linus, Please pull this branch with one last change for xfs for 6.5-rc1. Nothing exciting here, just getting rid of a gcc warning that I got tired of seeing when I turn on gcov. As usual, 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. --D The following changes since commit 34acceaa8818a0ff4943ec5f2f8831cfa9d3fe7e: xfs: Remove unneeded semicolon (2023-07-03 09:48:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.5-merge-6 for you to fetch changes up to ed04a91f718e6e1ab82d47a22b26e4b50c1666f6: xfs: fix uninit warning in xfs_growfs_data (2023-07-07 20:13:41 -0700) ---------------------------------------------------------------- Minor cleanups for 6.5: * Fix an uninitialized variable warning. Signed-off-by: Darrick J. Wong <djwong@kernel.org> ---------------------------------------------------------------- Darrick J. Wong (1): xfs: fix uninit warning in xfs_growfs_data fs/xfs/xfs_fsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)