Whamcloud - gitweb
LU-15069 llite: Add start_idx debug 74/45674/5
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 6 Dec 2021 18:22:38 +0000 (13:22 -0500)
committerPatrick Farrell <pfarrell@whamcloud.com>
Mon, 6 Dec 2021 18:22:38 +0000 (13:22 -0500)
commitca2bea3659e43649c5f229d7db3f850964b035c6
tree6b810c01e62e8c9d667dbf7b0822b8b0c6ab8633
parente77ef62eb25195ddc4ef63c75dbe7342ddb2b3f5
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.

Test-paremeters: trivial

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ie474811f3b0076f4f914fae7f74496e96ddb31da
lustre/llite/rw.c