* [PATCH] Fix 'btrfs device stats --check' cli option
@ 2017-06-22 7:38 Lakshmipathi.G
0 siblings, 0 replies; only message in thread
From: Lakshmipathi.G @ 2017-06-22 7:38 UTC (permalink / raw)
To: linux-btrfs, dsterba
Reported by Tomas Thiemel<thiemel@centrum.cz>
Bug 194961 - btrfs device stats --check <folder> does not work
---
cmds-device.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmds-device.c b/cmds-device.c
index 5e016a7..4337eb2 100644
--- a/cmds-device.c
+++ b/cmds-device.c
@@ -400,6 +400,7 @@ static int cmd_device_stats(int argc, char **argv)
while (1) {
int c;
static const struct option long_options[] = {
+ {"check", no_argument, NULL, 'c'},
{"reset", no_argument, NULL, 'z'},
{NULL, 0, NULL, 0}
};
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-06-22 7:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 7:38 [PATCH] Fix 'btrfs device stats --check' cli option Lakshmipathi.G
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).