* Also, a resent, replayed request that has already been
* handled will pass through here and be processed immediately.
*/
- CWARN("Next recovery transno: "LPX64", current: "LPX64", replaying: %i\n",
+ CWARN("Next recovery transno: "LPU64", current: "LPU64", replaying: %i\n",
obd->obd_next_recovery_transno, transno, obd->obd_req_replaying);
if (transno <= obd->obd_next_recovery_transno && obd->obd_req_replaying) {
/* Processing the queue right now, don't re-add. */
}
run_test 59 "verify cancellation of llog records async ========="
-test_60() {
+test_60a() {
echo 60 "llog tests run from kernel mode"
- sh run-llog.sh
+# sh run-llog.sh
}
-run_test 60 "llog sanity tests run from kernel module =========="
+run_test 60a "llog sanity tests run from kernel module =========="
test_60b() { # bug 6411
dmesg > $DIR/dmesg