search for: 5e462a8

Displaying 1 result from an estimated 1 matches for "5e462a8".

Did you mean: 2e462ab
2015 Mar 24
1
[PATCH v3] New API: btrfs-image
...ADD_ARG (argv, i, image); + ADD_ARG (argv, i, NULL); + + r = commandv (&out, &err, argv); + if (r == -1) { + reply_with_error ("%s %s: %s", sources[0], image, err); + return -1; + } + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index 786b9a2..5e462a8 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12527,6 +12527,28 @@ This will Enable extended inode refs." }; longdesc = "\ This enable skinny metadata extent refs." }; + { defaults with + name = "btrfs_image"; + style = RErr, [DeviceList &q...