commit | 484ce65715b06aead8c4901f01ca32c5a240bc71 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 22 17:03:03 2021 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Oct 28 09:45:32 2021 +0200 |
tree | 3ff2d4ed09ce03f4c151d41a5d19c169e1b9ec4d | |
parent | d347739a0e760e9f370aa021da3feacc37d3e511 [diff] |
fuse: fix attr version comparison in fuse_read_update_size() A READ request returning a short count is taken as indication of EOF, and the cached file size is modified accordingly. Fix the attribute version checking to allow for changes to fc->attr_version on other inodes. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>