Whamcloud - gitweb
LU-12645 llite: Move readahead debug before exit 32/51932/5
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 11 Aug 2023 22:01:26 +0000 (18:01 -0400)
committerOleg Drokin <green@whamcloud.com>
Thu, 31 Aug 2023 06:19:39 +0000 (06:19 +0000)
commite2738d294d0242b1e5d1cc0269a6b36a169ab0dc
tree3e274839f2890a88bd3a2e5296c72ffaf13d0688
parent1f4151ba716c023429e5d6ad7530717f99a43c9f
LU-12645 llite: Move readahead debug before exit

The core debug of ll_readahead() is before two return
conditions, which makes it really tricky to debug those
conditions.

Let's fix that.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ic3a3854527cad62c891c6a25029353a4742e555f
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51932
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