commit | d436caf0d93da2f11902a1012253a27cd339a5a3 | [log] [tgz] |
---|---|---|
author | Allison Henderson <allison.henderson@oracle.com> | Fri Mar 24 13:32:24 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Apr 06 12:20:05 2023 -0700 |
tree | 29d211335d2e3bc7de7166a0bbfd6e374456ce71 | |
parent | 593500fe72af715e76802db794ba514deca8bed9 [diff] |
xfs: Hold inode locks in xfs_rename Modify xfs_rename to hold all inode locks across a rename operation We will need this later when we add parent pointers Signed-off-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Catherine Hoang <catherine.hoang@oracle.com>