]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: only invalidate atime in direct read
authorMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Oct 2018 13:43:06 +0000 (15:43 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 15 Oct 2018 13:43:06 +0000 (15:43 +0200)
commit233c3c507788902394f454b5257fb424b598d2d3
tree16597f052f1790c94e390cacfd602919d6d77628
parent919bfc2999af0fb5dbfe7a9caf6c4ec095a72f66
fuse: only invalidate atime in direct read

After sending a synchronous READ request from __fuse_direct_read() we only
need to invalidate atime; none of the other attributes should be changed by
a read().

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c