commit | c76e14dc13bcf89f3b55fd9dcd036a453a822d79 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Fri Mar 24 18:01:02 2023 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 06 13:39:50 2023 -0400 |
tree | 0750efb3c684015640b19d7e061c5a6d0f51862e | |
parent | e999a5c5a19cf3b679f3d93c49ad5f5c04e4806c [diff] |
fscrypt: Add some folio helper functions fscrypt_is_bounce_folio() is the equivalent of fscrypt_is_bounce_page() and fscrypt_pagecache_folio() is the equivalent of fscrypt_pagecache_page(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com> Link: https://lore.kernel.org/r/20230324180129.1220691-3-willy@infradead.org Signed-off-by: Theodore Ts'o <tytso@mit.edu>