commit | f07b352021483a3a38f081dc284928400a9c1d2c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Jan 05 16:01:45 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Jan 05 16:01:45 2017 -0500 |
tree | feef7f57a98a0fc58ebfa693d7c435f2029c68bb | |
parent | 2fcf5cc3be06126f9aa2430ca6d739c8b3c5aaf5 [diff] |
GFS2: Made logd daemon take into account log demand Before this patch, the logd daemon only tried to flush things when the log blocks pinned exceeded a certain threshold. But when we're deleting very large files, it may require a huge number of journal blocks, and that, in turn, may exceed the threshold. This patch factors that into account. Signed-off-by: Bob Peterson <rpeterso@redhat.com>