OSDN Git Service

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)
commit4a6f278d4827b59ba26ceae0ff4529ee826aa258
tree07ac488eea871d0f4ea95a46ad9ea7b5f20fdaf0
parent9fa248c65bdbf5af0a2f74dd38575acfc8dfd2bf
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>
fs/fuse/file.c