commit | 7f63257da1aeea9b2ee68f469b0f9f4a39e5dff8 | [log] [tgz] |
---|---|---|
author | Benjamin Marzinski <bmarzins@redhat.com> | Tue May 07 09:58:49 2013 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Jun 05 09:50:20 2013 +0100 |
tree | 1280ffbf443083b54e197163b1fe7102a7102bd6 | |
parent | 844ce9f2044723a9da0f4bce588cca410e774d24 [diff] |
GFS2: Sort buffer lists by inplace block number This patch simply sort the data and metadata buffer lists by their inplace block number. This makes gfs2_log_flush issue the inplace IO in sequential order, which will hopefully speed up writing the IO out to disk. Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>