commit | 4b8fdfecd84528e044a6ca32242de641b203995b | [log] [tgz] |
---|---|---|
author | Jie Liu <jeff.liu@oracle.com> | Thu Jul 24 18:41:18 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 24 18:41:18 2014 +1000 |
tree | d2549097d32b5d297218891d1f55910633a398e7 | |
parent | d4c27348751bffeb57d87fc631f76716e3036c6d [diff] |
xfs: introduce xfs_bulkstat_ichunk_ra From: Jie Liu <jeff.liu@oracle.com> Introduce xfs_bulkstat_ichunk_ra() to loop over all clusters in the next inode chunk, then performs readahead if there are any allocated inodes in that cluster. Refactor xfs_bulkstat() with it. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>