Whamcloud - gitweb
LU-15069 llite: Add start_idx debug 74/45674/10
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 15 Dec 2021 21:27:58 +0000 (16:27 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 6 Jan 2022 22:03:32 +0000 (22:03 +0000)
commite13ed446337273a045c4bbfbb2e3a7d0d48389b6
tree2f710559985d6edb2d055f4ef44469843f8181ef
parent40d286e11138fc67f5e5d428072d1a1944686b27
LU-15069 llite: Add start_idx debug

When readahead is triggered, current readahead debug
prints the page the user requested which triggered
readahead and the number of pages read by readahead.

However, readahead does not necessarily start reading from
the user requested page, so it's important to also print
the page where readahead starts.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ie474811f3b0076f4f914fae7f74496e96ddb31da
Reviewed-on: https://review.whamcloud.com/45674
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/rw.c