]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 16:57:55 +0000 (17:57 +0100)
commit9a47508c4f078056d0b7a267ec24988c6a79fc83
tree3b224fef230ffa612c6f0ba8eb20ed25538dac09
parentcc84335a0831d9539f7304176b61f4158ed21ff9
fuse: add file_modified() to fallocate

commit 1a2df5444ce3f5f712c33fd2dbb7f684d23bd409 upstream.

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