]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: minor evict_[un]linked_inode cleanup
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 11 Nov 2025 14:32:08 +0000 (14:32 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 23 Mar 2026 19:55:27 +0000 (20:55 +0100)
commit2b34a9e760f484a437a768781444da1f67a92768
tree5e4470b5b57420c522647ad248e85ee6b507abc4
parente2de65130d6ce599cfc114c515665194fe2dbf1d
gfs2: minor evict_[un]linked_inode cleanup

Add gl helper variables in evict_unlinked_inode() and
evict_linked_inode().  This patch isn't very interesting by itself, but
it makes the next patch more readable.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/super.c