Files
Rafael Aquini 7657695d68 fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
JIRA: https://redhat.atlassian.net/browse/RHEL-145694

commit 59b59a943177e1a96d645a63d1ad824644fa848a
Author: Matthew Wilcox (Oracle) <willy@infradead.org>
Date:   Tue Mar 4 17:02:23 2025 +0000

    fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio

    ext4 and ceph already have a folio to pass; f2fs needs to be properly
    converted but this will do for now.  This removes a reference
    to page->index and page->mapping as well as removing a call to
    compound_head().

    Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
    Link: https://lore.kernel.org/r/20250304170224.523141-1-willy@infradead.org
    Acked-by: Eric Biggers <ebiggers@kernel.org>
    Signed-off-by: Christian Brauner <brauner@kernel.org>

Signed-off-by: Rafael Aquini <raquini@redhat.com>
2026-07-01 16:16:19 -04:00
..