[ Sasha's backport helper bot ]
Hi,
The upstream commit SHA1 provided is correct: b73494fa9a304ab95b59f07845e8d7d36e4d23e0
WARNING: Author mismatch between patch and upstream commit: Backport author: Leah Rumancikleah.rumancik@gmail.com Commit author: Darrick J. Wongdjwong@kernel.org
Status in newer kernel trees: 6.13.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Present (different SHA1: 6a6bb41b31df) 6.1.y | Present (different SHA1: a68e3ff6bba2)
Note: The patch differs from the upstream commit: --- 1: b73494fa9a304 ! 1: e2ad9605027dd xfs: prevent rt growfs when quota is enabled @@ Metadata ## Commit message ## xfs: prevent rt growfs when quota is enabled
+ [ Upstream commit b73494fa9a304ab95b59f07845e8d7d36e4d23e0 ] + Quotas aren't (yet) supported with realtime, so we shouldn't allow userspace to set up a realtime section when quotas are enabled, even if they attached one via mount options. IOWS, you shouldn't be able to do: @@ Commit message
Signed-off-by: Darrick J. Wong djwong@kernel.org Reviewed-by: Christoph Hellwig hch@lst.de + Signed-off-by: Leah Rumancik leah.rumancik@gmail.com
## fs/xfs/xfs_rtalloc.c ## @@ fs/xfs/xfs_rtalloc.c: xfs_growfs_rt( ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Success | Success |