]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: set access time when creating files
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:11:13 +0000 (18:11 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit5d1e5c013750d781efa1f793a5bd1b6fd179df04
treefbd80f0201d142b11243f4816bc408db248c3b45
parent3af8c427dc20bcce07c6c0e7da183e93c2ace657
libxfs: set access time when creating files

Set the access time on files that we're creating, to match the behavior
of the kernel.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/inode.c