commit | ee1e2c773e4f4ce2213f9d77cc703b669ca6fa3f | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Wed Sep 16 11:06:23 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Wed Oct 14 23:54:42 2020 +0200 |
tree | bd5dabca6cfd52a956742ef943de7b7dbdac30c8 | |
parent | 0a0d9f55c211d7a03b8ec5ad2d8f5b3062b4387c [diff] |
gfs2: call truncate_inode_pages_final for address space glocks Before this patch, we were not calling truncate_inode_pages_final for the address space for glocks, which left the possibility of a leak. We now take care of the problem instead of complaining, and we do it during glock tear-down.. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>