Whamcloud - gitweb
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>
Wed, 21 May 2025 14:25:07 +0000 (10:25 -0400)
commitf73fbf8e2cee1f2d49f4e7573eadb9f1cf141879
tree80fa00a59eac15c1d02c6d0a5a72096b37651379
parent0b47ce4878eb9fd2e33991ac6bb6d5a172b6a2f2
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>
misc/fuse2fs.c