]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: create libxfs helper to rename two directory entries
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:22:46 +0000 (11:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:36:59 +0000 (11:36 -0700)
commit28d0d813444645689fefa232bcf88e86a5a3a746
treee994bfe10052ae8a5d3e00576fa6989ea86a3766
parenta55712b35c065eee4ab1195233a5478fb7c93efa
xfs: create libxfs helper to rename two directory entries

Create a new libxfs function to rename two directory entries.  The
upcoming metadata directory feature will need this to replace a metadata
inode directory entry.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_dir2.c
fs/xfs/libxfs/xfs_dir2.h
fs/xfs/xfs_inode.c