]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move dirent update hooks to xfs_dir2.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:15:54 +0000 (18:15 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit2ab755da0ddd3f8595d2ed756c47111abe0013c0
tree638dff39ce1425e4c8fb8ea9452354a1a9acd8b1
parent706961634f6b08c6b1ab38a709e4b903a1b10c02
xfs: move dirent update hooks to xfs_dir2.c

Source kernel commit: 62bbf50bea21b1c76990fd1bae58a65660a11c27

Move the directory entry update hook code to xfs_dir2 so that it is
mostly consolidated with the higher level directory functions.  Retain
the exports so that online fsck can still send notifications through the
hooks.

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