]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
filemap: Add a helper for filesystems implementing dropbehind
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Sep 2025 16:48:14 +0000 (12:48 -0400)
committerAnna Schumaker <anna.schumaker@oracle.com>
Tue, 23 Sep 2025 17:29:50 +0000 (13:29 -0400)
commit24bbd533f596a4544e17579e9f622918680e7bff
tree2c45643318cdd164265ce653119fb7498b1be406
parentcc6ac66f1c0946299b8f192026cff9a320aaad18
filemap: Add a helper for filesystems implementing dropbehind

Add a helper to allow filesystems to attempt to free the 'dropbehind'
folio.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Link: https://lore.kernel.org/all/5588a06f6d5a2cf6746828e2d36e7ada668b1739.1745381692.git.trond.myklebust@hammerspace.com/
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
include/linux/pagemap.h
mm/filemap.c