commit | 1f23bc7869fffec40b8bd9333a74a18d1de54d98 | [log] [tgz] |
---|---|---|
author | Abhi Das <adas@redhat.com> | Fri Dec 22 07:55:31 2017 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Dec 22 07:55:31 2017 -0600 |
tree | dba105610679c53136d97e19600629b763206b16 | |
parent | 588bff95c94efc05f9e1a0b19015c9408ed7c0ef [diff] |
gfs2: Trim the ordered write list in gfs2_ordered_write() We iterate through the entire ordered writes list in gfs2_ordered_write() to write out inodes. It's a good place to try and shrink the list by throwing out inodes that don't have any pages. Signed-off-by: Abhi Das <adas@redhat.com> Acked-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>