]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: update new child timestamps during mkdir/symlink
authorDarrick J. Wong <djwong@kernel.org>
Thu, 24 Apr 2025 21:43:54 +0000 (14:43 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 2025 20:53:09 +0000 (16:53 -0400)
commit72e926c03e434b52c5555e2674d7d59c9e347cca
tree2a880a575593417430473b613fd0e72eb87b1578
parent79b002675e0ff04f85d44b305b96bdf83e8fcc74
fuse2fs: update new child timestamps during mkdir/symlink

These two file creation functions fail to update the timestamps of the
new child file, unlike the others (mknod/creat).  Fix that.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174553065141.1160461.7342685341356901806.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
(cherry picked from commit f73fbf8e2cee1f2d49f4e7573eadb9f1cf141879)
misc/fuse2fs.c