On 4/5/2024 12:52 AM, Chaitanya Kulkarni wrote: > + > +allow_fail_make_request() > +{ > + [ -f "$DEBUGFS_MNT/fail_make_request/probability" ] \ > + || _notrun "$DEBUGFS_MNT/fail_make_request \ also, I didn't find _notrun function, perhaps I've a broken tree or didn't understand the code correctly ? > + not found. Seems that CONFIG_FAIL_MAKE_REQUEST kernel config option not enabled" > + > + echo "Allow global fail_make_request feature" -ck