diff options
| author | Karel Zak <kzak@redhat.com> | 2013-05-21 16:12:10 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-16 16:46:56 +0200 |
| commit | 1054699ccd358a42c4869e523b4835151f4c4804 (patch) | |
| tree | 7bd6f011d25d168b65ac048e8072ce775abfbfbf /fdisks/fdisk-menu.c | |
| parent | 36050e7001d7a44ac64a3e0513665fba649ff054 (diff) | |
| download | util-linux-1054699ccd358a42c4869e523b4835151f4c4804.tar.gz | |
libfdisk: support GPT partition name (label) change
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk-menu.c')
| -rw-r--r-- | fdisks/fdisk-menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fdisks/fdisk-menu.c b/fdisks/fdisk-menu.c index 0ea3dc1d..474a06af 100644 --- a/fdisks/fdisk-menu.c +++ b/fdisks/fdisk-menu.c @@ -381,8 +381,7 @@ static int gpt_menu_cb(struct fdisk_context *cxt, rc = fdisk_gpt_partition_set_uuid(cxt, n); break; case 'n': - /* not implemented yet - rc = fdisk_gpt_partition_set_name(cxt, n);*/ + rc = fdisk_gpt_partition_set_name(cxt, n); break; } return rc; |
