]> granicus.if.org Git - zfs/commitdiff
Illumos 2077 - lots of unreachable breaks in illumos gate
authorMilan Jurik <milan.jurik@xylab.cz>
Wed, 30 Dec 2015 22:43:27 +0000 (14:43 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Dec 2015 22:50:26 +0000 (14:50 -0800)
2077 lots of unreachable breaks in illumos gate
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Richard Lowe <richlowe@richlowe.net>

References:
  https://www.illumos.org/issues/2077
  https://github.com/illumos/illumos-gate/commit/33f5ff1

Porting notes:
- Only one file of the original patch applied to ZFS
- Minor formating change to align copyright block with upstream

Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
cmd/zfs/zfs_main.c

index 356bf9aae4f6af94d693c4ec552ab9f921d9873e..8fb6087a5c41fb545991b2ac946f806e13dba191 100644 (file)
 
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2011, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2011, 2015 by Delphix. All rights reserved.
+ * Copyright 2012 Milan Jurik. All rights reserved.
  * Copyright (c) 2012, Joyent, Inc. All rights reserved.
  * Copyright (c) 2013 Steven Hartland.  All rights reserved.
- * Copyright 2013 Nexenta Systems, Inc. All rights reserved.
+ * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  */
 
 #include <assert.h>
@@ -802,7 +803,6 @@ zfs_do_create(int argc, char **argv)
                        (void) fprintf(stderr, gettext("missing size "
                            "argument\n"));
                        goto badusage;
-                       break;
                case '?':
                        (void) fprintf(stderr, gettext("invalid option '%c'\n"),
                            optopt);