summaryrefslogtreecommitdiff
path: root/fs/gfs2/quota.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2023-12-06 19:58:06 +0000
committerAndreas Gruenbacher <agruenba@redhat.com>2023-12-20 21:29:41 +0100
commitff7a85af5a5bdda04756a8cdbdc0dd9a7a8ea468 (patch)
treeb865f1ef20292b455ea620c42a0e9884e3952480 /fs/gfs2/quota.c
parente0f1f021782d6a2e719a451218554a8198c77120 (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