]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: Remove unnecessary check in gfs2_evict_inode
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Nov 2025 21:05:45 +0000 (21:05 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 24 Feb 2026 17:22:51 +0000 (18:22 +0100)
commit0ac82bc7b7922add7f92d85732b4531af55c1e90
tree35eb27f7c4271660a156a84f64065562270a90db
parent2ff7cf7e0640ff071ebc5c7e3dc2df024a7c91e6
gfs2: Remove unnecessary check in gfs2_evict_inode

We are no longer using LM_FLAG_TRY or LM_FLAG_TRY_1CB during inode
evict, so ret cannot be GLR_TRYFAILED here.

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