]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: add file_modified() to fallocate
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 28 Oct 2022 12:25:20 +0000 (14:25 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 28 Oct 2022 12:25:20 +0000 (14:25 +0200)
commit1a2df5444ce3f5f712c33fd2dbb7f684d23bd409
tree07ac488eea871d0f4ea95a46ad9ea7b5f20fdaf0
parent161558c41dc4f0f516f0e602bf4aeece3fb2c785
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: 39faa40026dd ("fuse: add FALLOCATE operation")
Cc: <stable@vger.kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c