Revert "GFS2: free disk inode which is deleted by remote node -V2"
authorBob Peterson <rpeterso@redhat.com>
Mon, 9 Jan 2023 20:42:15 +0000 (15:42 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 31 Jan 2023 21:40:24 +0000 (22:40 +0100)
commit445cb1277e10d7e19b631ef8a64aa3f055df377d
treecadf27e734ed35105959253aff211c0db4ceafa2
parentb88beb9a246f7506778f8680ee9627cd85262ba4
Revert "GFS2: free disk inode which is deleted by remote node -V2"

This reverts commit 970343cd4904 ("GFS2: free disk inode which is
deleted by remote node -V2").

The original intent behind commit 970343cd49 was to cull dentries when a
remote node requests to demote an iopen glock, which happens when the
remote node tries to delete the inode.  This is now handled by
gfs2_try_evict(), which is called via iopen_go_callback() ->
gfs2_queue_try_to_evict().

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/dentry.c