search for: 329b388

Displaying 2 results from an estimated 2 matches for "329b388".

2015 Jun 24
0
[PATCH 5/5] New API: btrfstune_set_uuid_random
...+ reply_with_error("%s: %s", device, err); + return -1; + } + + return 0; +} + /* Takes optional arguments, consult optargs_bitmask. */ int do_btrfs_fsck (const char *device, int64_t superblock, int repair) diff --git a/generator/actions.ml b/generator/actions.ml index d5e5ccf..329b388 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12593,6 +12593,24 @@ numbered C<partnum> on device C<device>. It returns C<primary>, C<logical>, or C<extended>." }; + { defaults with + name = "btrfstune_set_uuid_random"; added =...
2015 Jun 24
10
[PATCH 0/5] uuid: add btrfs uuid change support and some rework
- Btrfs-progs v4.1 introduced new feature of changing uuid of btrfs partition. This patch add support of this. - uuids.c did a lot of deplicated work for changing uuid of fs. Use existed functions. -- Introduce new API: btrfstune_set_uuid_random Chen Hanxiao (5): uuid: add support to change uuid of btrfs partition uuid: use existed function of ext2 uuid: use newly introduced