From 68f9b8439e18aaa83f8b1db611cb858a51c2d9d6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 16 Apr 2020 00:44:12 -0500 Subject: [PATCH] Promote blkdiscard. --- toys/{pending => other}/blkdiscard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/blkdiscard.c (99%) diff --git a/toys/pending/blkdiscard.c b/toys/other/blkdiscard.c similarity index 99% rename from toys/pending/blkdiscard.c rename to toys/other/blkdiscard.c index 77ec8894..1859fd88 100644 --- a/toys/pending/blkdiscard.c +++ b/toys/other/blkdiscard.c @@ -12,7 +12,7 @@ USE_BLKDISCARD(NEWTOY(blkdiscard, "<1>1f(force)l(length):o(offset):s(secure)z(ze config BLKDISCARD bool "blkdiscard" - default n + default y help usage: blkdiscard [-olszf] DEVICE -- 2.39.2