From: Youling Tang Date: Wed, 16 Oct 2024 01:50:26 +0000 (+0800) Subject: bcachefs: Correct the description of the '--bucket=size' options X-Git-Tag: v6.14-rc1~204^2~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fa5d8e166e1e64c4cebedda53c523f0b80ed69b;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Correct the description of the '--bucket=size' options Signed-off-by: Youling Tang Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 39cdc185fa733..6b29339ea7250 100644 --- a/fs/bcachefs/opts.h +++ b/fs/bcachefs/opts.h @@ -501,7 +501,7 @@ enum fsck_err_opts { OPT_DEVICE, \ OPT_UINT(0, S64_MAX), \ BCH2_NO_SB_OPT, 0, \ - "size", "Size of filesystem on device") \ + "size", "Specifies the bucket size; must be greater than the btree node size")\ x(durability, u8, \ OPT_DEVICE|OPT_SB_FIELD_ONE_BIAS, \ OPT_UINT(0, BCH_REPLICAS_MAX), \