commit | c8d577038449a718ad0027d1790b6ef4441715d4 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Nov 11 15:00:35 2015 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Mon Nov 16 12:00:29 2015 -0600 |
tree | 7ba2dd87040f008328b528e96ac99b88736188f7 | |
parent | 3dd1dd8c696bdb7c8dcc9456cb23558ad1b336b8 [diff] |
gfs2: Extended attribute readahead When gfs2 allocates an inode and its extended attribute block next to each other at inode create time, the inode's directory entry indicates that in de_rahead. In that case, we can readahead the extended attribute block when we read in the inode. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>