Whamcloud - gitweb
LU-15317 llite: Make iotrace logging quieter 87/45887/3
authorPatrick Farrell <pfarrell@whamcloud.com>
Sat, 18 Dec 2021 21:23:52 +0000 (16:23 -0500)
committerPatrick Farrell <pfarrell@whamcloud.com>
Mon, 20 Dec 2021 19:55:46 +0000 (14:55 -0500)
commitc8e04d958073e15040691c03606c1eb7631b5aff
treeb4883790cd8364209844646f3f371d3c65c4c27e
parentc3c0dceeebc02d2b6a27e8ba153a2985ade3abf6
LU-15317 llite: Make iotrace logging quieter

Most of the time, we don't read any pages with readahead,
since we're moving through the window and aren't ready to
read more yet.  That's important for readahead debug, but
there's no need to log it for iotrace.  (This matters
because without this change, this messsage is the large
majority of iotrace messages.)

test-parameters: trivial

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