Hi all, Various bug fixes for 6.12. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. With a bit of luck, this should all go splendidly. Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-fixes-6.12 --- Commits in this patchset: * xfs: fix C++ compilation errors in xfs_fs.h * xfs: fix FITRIM reporting again * xfs: fix a sloppy memory handling bug in xfs_iroot_realloc --- fs/xfs/libxfs/xfs_fs.h | 5 +++-- fs/xfs/libxfs/xfs_inode_fork.c | 10 +++++----- fs/xfs/xfs_discard.c | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-)