commit | fe1bff6517de789d491844f53e61e4ff02e8f8b1 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Sun Dec 04 13:27:11 2022 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Tue Dec 06 16:06:32 2022 +0100 |
tree | 1e8230a98ccae06471ebc04da7702ad73cc6ca7a | |
parent | 764665c6775251d4569ba9f09981459bbb166359 [diff] |
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>