diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2023-12-06 19:58:06 +0000 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-12-20 21:29:41 +0100 |
commit | ff7a85af5a5bdda04756a8cdbdc0dd9a7a8ea468 (patch) | |
tree | b865f1ef20292b455ea620c42a0e9884e3952480 /fs/gfs2/quota.c | |
parent | e0f1f021782d6a2e719a451218554a8198c77120 (diff) |
gfs2: Remove use of error flag in journal reads
Conventionally, we use the uptodate bit to signal whether a read
encountered an error or not. Use folio_end_read() to set the uptodate
bit on success. Also use filemap_set_wb_err() to communicate the errno
instead of the more heavy-weight mapping_set_error().
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/quota.c')
0 files changed, 0 insertions, 0 deletions