From 7f4191a202ea4558ca2d5eb8a47daea33c9999c7 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 11 Dec 2016 14:45:48 -0900 Subject: add support for maximum journal entry size also rip out prototype crypto support code - real code is in the dev branch, with the new superblock format --- bcache.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bcache.c') diff --git a/bcache.c b/bcache.c index 04955b3..177ef52 100644 --- a/bcache.c +++ b/bcache.c @@ -30,7 +30,6 @@ static void usage(void) "\n" "Commands for formatting, startup and shutdown\n" " format Format a new filesystem\n" - " unlock Unlock an encrypted filesystem prior to running/mounting\n" " assemble Assemble an existing multi device filesystem\n" " incremental Incrementally assemble an existing multi device filesystem\n" " run Start a partially assembled filesystem\n" @@ -84,9 +83,6 @@ int main(int argc, char *argv[]) if (!strcmp(cmd, "device_remove")) return cmd_device_remove(argc, argv); - if (!strcmp(cmd, "unlock")) - return cmd_unlock(argc, argv); - usage(); return 0; } -- cgit v1.2.3