Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: LVM snapshot broke between 4.14 and 4.16

$
0
0
Linus Torvalds writes: (Summary) I was hoping we'd be able to avoid that, partly because the commit looks fine, but partly because it also doesn't revert cleanly.
partly because it also doesn't revert cleanly.
Or I'll just do something like this, since it seems like it's the lvm people who have the hardest time with understanding the simple rules: people who have the hardest time with understanding the simple rules:
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index b810ea77e6b1..fcfab812e025 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -1049,7 +1049,12 @@ static int do_resume(struct dm_ioctl *param)
                        return PTR_ERR(old_map);

Viewing all articles
Browse latest Browse all 864

Trending Articles