]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: don't update atime when reading executable file content
authorDarrick J. Wong <djwong@kernel.org>
Fri, 5 Sep 2025 20:52:24 +0000 (13:52 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 17 Oct 2025 23:34:22 +0000 (16:34 -0700)
commit2d211fdd8866fbd1b085f0628ce9dac9a4a80c10
tree17d7e184bcbc27dd8457b19d4983d029f26dafb1
parent7fb6db60850b9f9f947140ab5f633189416445f5
fuse2fs: don't update atime when reading executable file content

The kernel doesn't update the atime of program files when it's paging
their content into memory, so fuse2fs shouldn't either.  Found by
generic/120.

Cc: <linux-ext4@vger.kernel.org> # v1.43
Fixes: 81cbf1ef4f5dab ("misc: add fuse2fs, a FUSE server for e2fsprogs")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
misc/fuse2fs.c