aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorJinshan Xiong <[email protected]>2016-03-30 19:48:33 -0400
committerGreg Kroah-Hartman <[email protected]>2016-03-30 21:38:13 -0700
commitfd7444fecaa0c4516d68fdbedf570b8bded60bc1 (patch)
treef4ca032ddc44e47fd8498270d7ac668b8d6c8d81 /scripts/objdiff
parent7addf402c1171e875109bb1567171c4c3f8f8229 (diff)
staging/lustre/clio: optimize read ahead code
It used to check each page in the readahead window is covered by a lock underneath, now cpo_page_is_under_lock() provides @max_index to help decide the maximum ra window. @max_index can be modified by OSC to extend the maximum lock region, to align stripe boundary at LOV, and to make sure the readahead region at least covers read region at LLITE layer. After this is done, usually readahead code calls cpo_page_is_under_lock() for each stripe. Signed-off-by: Jinshan Xiong <[email protected]> Reviewed-on: http://review.whamcloud.com/8523 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3321 Reviewed-by: Andreas Dilger <[email protected]> Signed-off-by: Oleg Drokin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions