aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-notifier-error-inject.c
diff options
context:
space:
mode:
authorChao Yu <[email protected]>2015-10-12 17:05:59 +0800
committerJaegeuk Kim <[email protected]>2015-10-12 14:03:15 -0700
commit26879fb101f28c554294eaf25ac7817a2825b180 (patch)
tree06eef8e5fc29c7dd5638cf2f78cd0bcc46575d79 /lib/netdev-notifier-error-inject.c
parent2b947003fa98d5a39f3b21214380d0b1daf750b5 (diff)
f2fs: support lower priority asynchronous readahead in ra_meta_pages
Now, we use ra_meta_pages to reads continuous physical blocks as much as possible to improve performance of following reads. However, ra_meta_pages uses a synchronous readahead approach by submitting bio with READ, as READ is with high priority, it can not be used in the case of preloading blocks, and it's not sure when these RAed pages will be used. This patch supports asynchronous readahead in ra_meta_pages by tagging bio with READA flag in order to allow preloading. Signed-off-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions