commit | 0a0d9f55c211d7a03b8ec5ad2d8f5b3062b4387c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Wed Sep 16 08:50:44 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Wed Oct 14 23:54:42 2020 +0200 |
tree | 9aacf05e4128a3757c7c4ffb01528bbd9091fffc | |
parent | d90be6ab9ad76d4f5492e15b73b9cca5cbb03f91 [diff] |
gfs2: simplify the logic in gfs2_evict_inode Now that we've factored out the deleted and undeleted dinode cases in gfs2_evict_inode, we can greatly simplify the logic. Now the function is easy to read and understand. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>