]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: put folios not suitable for writeback old_testing
authorHristo Venev <hristo@venev.name>
Mon, 4 May 2026 15:54:45 +0000 (18:54 +0300)
committerViacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Mon, 4 May 2026 18:24:57 +0000 (11:24 -0700)
commitbb66a5f9b819b6d35cb8e15b5c628980aba0a185
treeb44f5d5ac326613efe236f99f50267058b3c1b0b
parentec08e4a0becdce01b5cc3f30290a0da914b6fa34
ceph: put folios not suitable for writeback

The batch holds references to the folios (see `filemap_get_folios`,
`folio_batch_release`), so we need to `folio_put` the folios we remove.

Tested on v6.18.

Link: https://tracker.ceph.com/issues/74156
Signed-off-by: Hristo Venev <hristo@venev.name>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
fs/ceph/addr.c