[PATCH v2 09/10] dm: Enable copy offload for dm-linear target
Nitesh Shetty
nj.shetty at samsung.com
Mon Feb 7 06:13:47 PST 2022
Setting copy_supported flag to enable offload.
Signed-off-by: Nitesh Shetty <nj.shetty at samsung.com>
---
drivers/md/dm-linear.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/md/dm-linear.c b/drivers/md/dm-linear.c
index 1b97a11d7151..8910728bc8df 100644
--- a/drivers/md/dm-linear.c
+++ b/drivers/md/dm-linear.c
@@ -62,6 +62,7 @@ static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv)
ti->num_secure_erase_bios = 1;
ti->num_write_same_bios = 1;
ti->num_write_zeroes_bios = 1;
+ ti->copy_supported = 1;
ti->private = lc;
return 0;
--
2.30.0-rc0
More information about the Linux-nvme
mailing list