tag | 34370a83876b89ac93353b94737b294307c683af | |
---|---|---|
tagger | Miklos Szeredi <mszeredi@redhat.com> | Thu Nov 03 16:26:30 2022 +0100 |
object | 4a6f278d4827b59ba26ceae0ff4529ee826aa258 |
fuse fixes for 6.1-rc4
commit | 4a6f278d4827b59ba26ceae0ff4529ee826aa258 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 28 14:25:20 2022 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 28 14:25:20 2022 +0200 |
tree | 07ac488eea871d0f4ea95a46ad9ea7b5f20fdaf0 | |
parent | 9fa248c65bdbf5af0a2f74dd38575acfc8dfd2bf [diff] |
fuse: add file_modified() to fallocate Add missing file_modified() call to fuse_file_fallocate(). Without this fallocate on fuse failed to clear privileges. Fixes: 05ba1f082300 ("fuse: add FALLOCATE operation") Cc: <stable@vger.kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>