btrfs-progs: Fix 'btrfs device stats --check' cli option
authorLakshmipathi.G <lakshmipathi.g@giis.co.in>
Thu, 22 Jun 2017 07:57:53 +0000 (13:27 +0530)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:09:48 +0000 (17:09 +0200)
commit66e069d7f13d2cdec9d0b9e05fce19c1952f825b
tree3068d0d40960dc5b7d17370b5eb7259da084646f
parentba793d8d7069ee7a264a7731e871f5469ca865e8
btrfs-progs: Fix 'btrfs device stats --check' cli option

"Bug 194961 - btrfs device stats --check <folder> does not work"

The long option --check is not recognized as it's missing from the
option table.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=194961
Reported-by: Tomas Thiemel<thiemel@centrum.cz>
Signed-off-by: Lakshmipathi.G <Lakshmipathi.G@giis.co.in>
Signed-off-by: David Sterba <dsterba@suse.com>
cmds-device.c