From 08ec8a6fadebd01f74a9ac5860bfd607d9d1b1b5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 12 Jan 2015 10:58:00 +0100 Subject: partx: add --update to ul_excl_twq list Signed-off-by: Karel Zak --- disk-utils/partx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/partx.c') 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; -- cgit v1.2.3-55-g7522