diff options
author | Vasily Averin <vvs@virtuozzo.com> | 2020-06-25 12:39:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-22 10:33:03 +0300 |
commit | 408ef501b894e94581c62e4d9aea18589786ddbb (patch) | |
tree | 85e7e34f6315705cfce0ca59f342139db60f8a68 /arch/arm | |
parent | 9b810684b1da7bda726e55bdc2a48af223dc5f83 (diff) | |
download | linux-408ef501b894e94581c62e4d9aea18589786ddbb.tar.xz |
fuse: don't ignore errors from fuse_writepages_fill()
[ Upstream commit 7779b047a57f6824a43d0e1f70de2741b7426b9d ]
fuse_writepages() ignores some errors taken from fuse_writepages_fill() I
believe it is a bug: if .writepages is called with WB_SYNC_ALL it should
either guarantee that all data was successfully saved or return error.
Fixes: 26d614df1da9 ("fuse: Implement writepages callback")
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions