commit | b7a6eb22ba10f8f6104575dbbbe8c5ad36afd9ac | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu May 26 23:19:49 2022 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Tue Aug 02 12:34:02 2022 -0400 |
tree | 8fc7adb35da65d1f5f99acbdad61e7a4fc61735b | |
parent | 0b768a9610c6de9811c6d33900bebfb665192ee1 [diff] |
buffer: Don't test folio error in block_read_full_folio() We can cache this information in a local variable instead of communicating from one part of the function to another via folio flags. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>