Whamcloud - gitweb
LU-15069 llite: Add start_idx debug 74/45674/9
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 15 Dec 2021 21:27:58 +0000 (16:27 -0500)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sat, 18 Dec 2021 22:03:32 +0000 (17:03 -0500)
commitc3c0dceeebc02d2b6a27e8ba153a2985ade3abf6
tree36d9bf3de622c2db77ea6e42bd057dcf2dbbbf45
parent0f6b91f9e61f8d1b4cb89af6275d918f6a496ea6
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
lustre/llite/rw.c