summaryrefslogtreecommitdiff
path: root/cmds-fi-du.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-07-13 19:41:55 +0200
committerDavid Sterba <dsterba@suse.com>2016-07-13 19:41:55 +0200
commitf551548372efa9a22a34e4f1b74fa794d304e6f5 (patch)
tree7c31ab7f1819e84ac62dc17bb3b00d6cea5a463c /cmds-fi-du.c
parent83dc05b013ce08d68a4a3cdcf17e6c5506a8383e (diff)
btrfs-progs: do not set optind if not necessary
In the subcommand callbacks that are called just once, we don't need to explicitly reset optind. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-fi-du.c')
-rw-r--r--cmds-fi-du.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds-fi-du.c b/cmds-fi-du.c
index 6d5bf351..ec8e550f 100644
--- a/cmds-fi-du.c
+++ b/cmds-fi-du.c
@@ -543,7 +543,6 @@ int cmd_filesystem_du(int argc, char **argv)
unit_mode = get_unit_mode_from_arg(&argc, argv, 1);
- optind = 1;
while (1) {
static const struct option long_options[] = {
{ "summarize", no_argument, NULL, 's'},