Re: [PATCH blktests v3 1/6] common/rc: avoid module load in _have_driver()
From: Bart Van Assche <bvanassche@acm.org>
Date: 2022-08-19 14:54:55
From: Bart Van Assche <bvanassche@acm.org>
Date: 2022-08-19 14:54:55
On 8/19/22 02:39, Shin'ichiro Kawasaki wrote:
The helper function _have_driver() checks availability of the specified driver, or module, regardless whether it is loadable or not. When the driver is loadable, it loads the module for checking, but does not unload it. This makes following test cases fail.
Reviewed-by: Bart Van Assche <bvanassche@acm.org>