Whamcloud - gitweb
EX-8421 llite: remove LBUG() from ll_readpage()
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 27 Oct 2023 20:39:22 +0000 (16:39 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 27 Oct 2023 21:52:47 +0000 (21:52 +0000)
commit6c1487c4e15948af480a4ad0b977428faf1f1f54
tree5dfb1878223bec9ea924c78552b4894a32847140
parent91da7be2102f273b26c5e5e75022b35842f7e2e2
EX-8421 llite: remove LBUG() from ll_readpage()

This LBUG() has been hitting sometimes in sanity-PCC, which
means EX-8421 is not completely fixed.

Until we can fully sort out EX-8421, we don't want to have
this LBUG enabled on customer systems.  The underlying bug
has been present for some time and the first attempt at an
EX-8421 fix improves the situation.

So, remove the LBUG(), with the intent of putting it back
later once EX-8421 is fixed for real.

Fixes: 3a701bf587 ("EX-8421 llite: disable kernel readahead for pcc mmap")
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I21f951d38f67b37626f33068d2a4b64377f4c46a
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52858
Tested-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/llite/rw.c