diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-02 19:39:40 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-02 19:40:05 +0300 |
commit | 938c710d99a62eed93b6a2770f92f943762beca0 (patch) | |
tree | e58cd5750ad32c6aca19b054081026be4cecf8c4 /fs/ext4/Makefile | |
parent | 2810bd6840e46306c110f4b76441a987756efe6c (diff) | |
download | linux-938c710d99a62eed93b6a2770f92f943762beca0.tar.xz |
xfs: calculate inode walk prefetch more carefully
The existing inode walk prefetch is based on the old bulkstat code,
which simply allocated 4 pages worth of memory and prefetched that many
inobt records, regardless of however many inodes the caller requested.
65536 inodes is a lot to prefetch (~32M on x64, ~512M on arm64) so let's
scale things down a little more intelligently based on the number of
inodes requested, etc.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/ext4/Makefile')
0 files changed, 0 insertions, 0 deletions