]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: factor out stale buffer item completion
authorDave Chinner <dchinner@redhat.com>
Wed, 25 Jun 2025 22:48:59 +0000 (08:48 +1000)
committerCarlos Maiolino <cem@kernel.org>
Fri, 27 Jun 2025 12:14:37 +0000 (14:14 +0200)
commit816c330b605c3f4813c0dc0ab5af5cce17ff06b3
treed23b2687ae2e24c987012b7f012756a2f87cffaf
parentd2fe5c4c8d25999862d615f616aea7befdd62799
xfs: factor out stale buffer item completion

The stale buffer item completion handling is currently only done
from BLI unpinning. We need to perform this function from where-ever
the last reference to the BLI is dropped, so first we need to
factor this code out into a helper.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf_item.c