Whamcloud - gitweb
LU-15317 llite: Make iotrace logging quieter 87/45887/4
authorPatrick Farrell <pfarrell@whamcloud.com>
Sat, 18 Dec 2021 21:23:52 +0000 (16:23 -0500)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:32:21 +0000 (05:32 +0000)
commita91b5d4a990c6a870774e1e856cc41f665a88854
tree8ea20d5d1b2cf8dc303c182050c0ca299b4fe430
parent7c88dfd28b5cc6114a85f187ecb2473657d42c9d
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
Reviewed-on: https://review.whamcloud.com/45887
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/rw.c