commit | 53dbc27eb18999619766ff994d2b33c4655c5588 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Sep 11 10:30:26 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Wed Oct 14 23:54:42 2020 +0200 |
tree | 69f4cb9f1ae56ef0a6073d55cb7b09a2b18c78c5 | |
parent | 6e7e9a505571db3edc926f4bc972c7ed3da29a9d [diff] |
gfs2: further simplify gfs2_evict_inode with new func evict_should_delete This patch further simplifies function gfs2_evict_inode() by adding a new function evict_should_delete. The function may also lock the inode glock. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>