gfs2: Simply dequeue iopen glock in gfs2_evict_inode
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 4 Dec 2022 12:27:11 +0000 (13:27 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 6 Dec 2022 15:06:32 +0000 (16:06 +0100)
commitfe1bff6517de789d491844f53e61e4ff02e8f8b1
tree1e8230a98ccae06471ebc04da7702ad73cc6ca7a
parent764665c6775251d4569ba9f09981459bbb166359
gfs2: Simply dequeue iopen glock in gfs2_evict_inode

With the previous change, to simplify things, we can always just dequeue
and uninitialize the iopen glock in gfs2_evict_inode() even if it isn't
queued anymore.

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