commit | 6a1c8f6dcf815d96197a2723781cf700925d17ed | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Tue Aug 01 11:49:42 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Aug 10 10:49:13 2017 -0500 |
tree | 27df64a37b4101dd81605f35e387466ffb34071c | |
parent | 71c1b2136835c88c231f7a5e3dc618f7568f84f7 [diff] |
gfs2: Defer deleting inodes under memory pressure When under memory pressure and an inode's link count has dropped to zero, defer deleting the inode to the delete workqueue. This avoids calling into DLM under memory pressure, which can deadlock. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>