search for: 070ed4790

Displaying 1 result from an estimated 1 matches for "070ed4790".

2019 Apr 15
1
[PATCH] daemon: drop error message check in do_part_expand_gpt
...rtuozzo.com> Reviewed-by: Roman Kagan <rkagan@virtuozzo.com> --- daemon/parted.c | 20 +------------------- tests/gdisk/test-expand-gpt.pl | 24 +++++++++++++++++++++--- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/daemon/parted.c b/daemon/parted.c index 070ed4790..2cc714d64 100644 --- a/daemon/parted.c +++ b/daemon/parted.c @@ -699,26 +699,8 @@ do_part_expand_gpt(const char *device) { CLEANUP_FREE char *err = NULL; - /* If something is broken, sgdisk may try to correct it. - * (e.g. recreate partition table and so on). - * We do not want such beh...