]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: increase rename inode reservation
authorAllison Henderson <allison.henderson@oracle.com>
Fri, 18 Nov 2022 09:48:26 +0000 (10:48 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 21 Nov 2022 14:26:48 +0000 (15:26 +0100)
commit227bc97f12f2df902ab776fe038dc6d065f03c58
tree0b9f9e9997e58c8d043bf49591dace372f9b2652
parent20798cc06315ec1581b87b3da7f868dff62a6efd
xfs: increase rename inode reservation

Source kernel commit: e07ee6fe21f47cfd72ae566395c67a80e7c66163

xfs_rename can update up to 5 inodes: src_dp, target_dp, src_ip, target_ip
and wip.  So we need to increase the inode reservation to match.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_trans_resv.c