ceph: don't SetPageError on writepage errors
authorJeff Layton <jlayton@kernel.org>
Tue, 2 Jul 2019 16:35:52 +0000 (12:35 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 16 Sep 2019 10:06:24 +0000 (12:06 +0200)
commitb72b13eb203835a8a07c280939dd17584c6a688e
tree1954213516474e0bf2735528114a01dd439c51b7
parent131d7eb4faa1fc06b08b633aff0b59ae85f1938e
ceph: don't SetPageError on writepage errors

We already mark the mapping in that case, and doing this can cause
false positives to occur at fsync time, as well as spurious read
errors.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/addr.c