Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8192a0cd authored by Wang Sheng-Hui's avatar Wang Sheng-Hui Committed by Mike Snitzer
Browse files

dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_bios()

parent 706dd22f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -714,7 +714,7 @@ static void process_queued_bios(struct work_struct *work)
		case DM_MAPIO_REMAPPED:
			generic_make_request(bio);
			break;
		case 0:
		case DM_MAPIO_SUBMITTED:
			break;
		default:
			WARN_ONCE(true, "__multipath_map_bio() returned %d\n", r);