commit | 39b0555f7a1f96ecd303103df15596db49c36c65 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Fri Nov 13 07:44:57 2015 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Wed Nov 18 14:51:50 2015 -0600 |
tree | 558dd9324ec3996da145ddad3ec6b3a079bfb2a2 | |
parent | c8d577038449a718ad0027d1790b6ef4441715d4 [diff] |
gfs2: Extended attribute readahead optimization Instead of submitting a READ_SYNC bio for the inode and a READA bio for the inode's extended attributes through submit_bh, submit a single READ_SYNC bio for both through submit_bio when possible. This can be more efficient on some kinds of block devices. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>