commit | 4601e2fc8b57840660ce1a1ee98aea873fa15eee | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Sep 02 20:46:23 2022 +0100 |
committer | Andrew Morton <akpm@linux-foundation.org> | Mon Oct 03 14:02:49 2022 -0700 |
tree | b84e19c408b09c3ac0ca3a257e31854605be798b | |
parent | eff1f906c2dcd83ce7cbd38d2b853d2c49027f39 [diff] |
shmem: convert shmem_file_read_iter() to use shmem_get_folio() Use a folio throughout, saving five calls to compound_head(). Link: https://lkml.kernel.org/r/20220902194653.1739778-28-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>