commit | 573a5cd9b0e7001f3c83b947ad632634317fafa7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Sep 05 21:14:43 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Sep 30 13:27:41 2025 -0700 |
tree | bbd3643d95c93d3aeb91e22dc75e039759ca4160 | |
parent | 578971b3d3633e8dabe11483bed742b7f4d02ab5 [diff] |
xfs: return the allocated transaction from xfs_trans_alloc_empty Source kernel commit: d8e1ea43e5a314bc01ec059ce93396639dcf9112 xfs_trans_alloc_empty can't return errors, so return the allocated transaction directly instead of an output double pointer argument. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>