]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: move dirent update hooks to xfs_dir2.c
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:42:24 +0000 (09:42 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:34 +0000 (17:21 -0700)
commita141815fc90ca8ac7ac5e21dc29a57d875390cfe
tree37048b2cda2b103c71f92c8796fa66c592a8d198
parent60a27283561be3e4314d74381674dba029f1397b
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