commit | e335905b42217a2c8ff892d3824c21d703c870ad | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Wed May 01 09:26:37 2019 -0400 |
committer | Alistair Strachan <[email protected]> | Mon May 20 19:40:50 2019 -0700 |
tree | 4e769bddc0dc838dd08826ada7e1545604543a02 | |
parent | e315defff61107a2c2d8a16e1127414262976c0f [diff] |
FROMLIST: mm: don't cast ->readpage to filler_t for do_read_cache_page We can just pass a NULL filler and do the right thing inside of do_read_cache_page based on the NULL parameter. Signed-off-by: Christoph Hellwig <[email protected]> Change-Id: I720afb2e0c28d5649b62ed3852b48ac63dc0d7a8 Link: https://lkml.org/lkml/2019/5/1/294 Signed-off-by: Sami Tolvanen <[email protected]>