fuse: add file_modified() to fallocate
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 28 Oct 2022 12:25:20 +0000 (14:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 17:15:39 +0000 (18:15 +0100)
commit0417f70b8588e03b16651897035bd99b0d144e93
tree8350cb085f11dce1421d80188dff96c5cfd4cea6
parent2de8eec8afb75792440b8900a01d52b8f6742fd1
fuse: add file_modified() to fallocate

commit 4a6f278d4827b59ba26ceae0ff4529ee826aa258 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/fuse/file.c