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

Commit 8627921f authored by Mikulas Patocka's avatar Mikulas Patocka Committed by Alasdair G Kergon
Browse files

dm mpath: support barriers



Flush support for dm-multipath target.

Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent c927259e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -835,6 +835,8 @@ static int multipath_ctr(struct dm_target *ti, unsigned int argc,
		goto bad;
		goto bad;
	}
	}


	ti->num_flush_requests = 1;

	return 0;
	return 0;


 bad:
 bad: