+4
−4
+1
−1
+1
−1
Loading
The old "readpage" naming is still used in ni_readpage_cmpr(), even though
the vfs has transitioned to the folio-based read_folio() API.
This patch performs a straightforward renaming of the helper:
ni_readpage_cmpr() -> ni_read_folio_cmpr().
Signed-off-by:
Konstantin Komarov <almaz.alexandrovich@paragon-software.com>