commit | 7edf1ec5b249cb7f9b85b7257f638026fd1a5d2b | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Thu Oct 01 13:40:49 2020 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Oct 12 15:29:27 2020 +0200 |
tree | f173babfb8ad176599d62cd32c5a3bc40fbd5341 | |
parent | f6fbdcd997f5d5d0658204ca42abdeced56fd4e5 [diff] |
ceph: don't SetPageError on readpage errors PageError really only has meaning within a particular subsystem. Nothing looks at this bit in the core kernel code, and ceph itself doesn't care about it. Don't bother setting the PageError bit on error. Signed-off-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>