From f76d246fff1c3c5b091fb2b910067d893620dc5e Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 17 Dec 2023 15:42:17 -0500 Subject: Update bcachefs sources to 1a739db0b256 bcachefs; guard against overflow in btree node split Signed-off-by: Kent Overstreet --- cmd_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_format.c') diff --git a/cmd_format.c b/cmd_format.c index f0a4b6a5..2c470408 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -117,7 +117,7 @@ int cmd_format(int argc, char *argv[]) DARRAY(struct dev_opts) devices = { 0 }; DARRAY(char *) device_paths = { 0 }; struct format_opts opts = format_opts_default(); - struct dev_opts dev_opts = dev_opts_default(), *dev; + struct dev_opts dev_opts = dev_opts_default(); bool force = false, no_passphrase = false, quiet = false, initialize = true, verbose = false; bool unconsumed_dev_option = false; unsigned v; -- cgit v1.2.3