commit | 4510d4ad46580a0b8778696d6767f475328f9c7e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:37 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:37:06 2024 -0700 |
tree | 266ee87ee2f15e2867e5352576779d91526fce4e | |
parent | 22fb54f52074afcbfbac0f5f9a8812678096e481 [diff] |
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>