dm-multipath-flush.patch Flush support for dm-multipath target. Signed-off-by: Mikulas Patocka <mpatocka@xxxxxxxxxx> --- drivers/md/dm-mpath.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.30-rc1-devel/drivers/md/dm-mpath.c =================================================================== --- linux-2.6.30-rc1-devel.orig/drivers/md/dm-mpath.c 2009-04-10 06:28:46.000000000 +0200 +++ linux-2.6.30-rc1-devel/drivers/md/dm-mpath.c 2009-04-10 06:33:51.000000000 +0200 @@ -824,6 +824,8 @@ static int multipath_ctr(struct dm_targe goto bad; } + ti->num_flush_requests = 1; + return 0; bad: -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel