]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: move dirent update hooks to xfs_dir2.c
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:37 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 1 Aug 2024 00:07:26 +0000 (17:07 -0700)
commit72853b2d86a42544573aca4b51ea50d294b91682
tree25609a3a0131b242e1e96551bddf0e44ef7e1e3c
parentcda8669dba3b588d9f7cd19a8e7ad12e28350100
xfs: move dirent update hooks to xfs_dir2.c

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>
libxfs/xfs_dir2.c
libxfs/xfs_dir2.h