summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-12 10:58:00 +0100
committerKarel Zak2015-01-12 10:58:00 +0100
commit08ec8a6fadebd01f74a9ac5860bfd607d9d1b1b5 (patch)
tree1d7fdd0b79962ba5af6a464464b48458403031bc /disk-utils/partx.c
parentlibfdisk: (gpt) cleanup header size usage (diff)
downloadkernel-qcow2-util-linux-08ec8a6fadebd01f74a9ac5860bfd607d9d1b1b5.tar.gz
kernel-qcow2-util-linux-08ec8a6fadebd01f74a9ac5860bfd607d9d1b1b5.tar.xz
kernel-qcow2-util-linux-08ec8a6fadebd01f74a9ac5860bfd607d9d1b1b5.zip
partx: add --update to ul_excl_twq list
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/partx.c')
-rw-r--r--disk-utils/partx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 00c263173..c53800f88 100644
--- a/disk-utils/partx.c
+++ b/disk-utils/partx.c
@@ -774,7 +774,7 @@ int main(int argc, char **argv)
};
static const ul_excl_t excl[] = { /* rows and cols in in ASCII order */
- { 'P','a','d','l','r','s' },
+ { 'P','a','d','l','r','s','u' },
{ 0 }
};
int excl_st[ARRAY_SIZE(excl)] = UL_EXCL_STATUS_INIT;