[ Sasha's backport helper bot ]
Hi,
The upstream commit SHA1 provided is correct: 00acb28d96746f78389f23a7b5309a917b45c12f
WARNING: Author mismatch between patch and upstream commit: Backport author: Catherine Hoang catherine.hoang@oracle.com Commit author: Darrick J. Wong djwong@kernel.org
Status in newer kernel trees: 6.12.y | Present (exact SHA1) 6.6.y | Not found
Note: The patch differs from the upstream commit: --- 1: 00acb28d9674 ! 1: df97eac7fc84 xfs: declare xfs_file.c symbols in xfs_file.h @@ Metadata ## Commit message ## xfs: declare xfs_file.c symbols in xfs_file.h
+ commit 00acb28d96746f78389f23a7b5309a917b45c12f upstream. + + [backport: dependency of d3b689d and f23660f] + Move the two public symbols in xfs_file.c to xfs_file.h. We're about to add more public symbols in that source file, so let's finally create the header file.
Signed-off-by: Darrick J. Wong djwong@kernel.org Reviewed-by: Christoph Hellwig hch@lst.de + Signed-off-by: Catherine Hoang catherine.hoang@oracle.com + Acked-by: Darrick J. Wong djwong@kernel.org
## fs/xfs/xfs_file.c ## @@ @@ fs/xfs/xfs_file.h (new)
## fs/xfs/xfs_ioctl.c ## @@ + #include "xfs_reflink.h" #include "xfs_ioctl.h" #include "xfs_xattr.h" - #include "xfs_rtbitmap.h" +#include "xfs_file.h"
#include <linux/mount.h> ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |