bcachefs: Correct the description of the '--bucket=size' options
authorYouling Tang <tangyouling@kylinos.cn>
Wed, 16 Oct 2024 01:50:26 +0000 (09:50 +0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:17 +0000 (01:36 -0500)
Signed-off-by: Youling Tang <tangyouling@kylinos.cn>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/opts.h

index 39cdc185fa733b57c2e668aa21fb211db2380da5..6b29339ea72505e3dba361bbac997834bf54f47b 100644 (file)
@@ -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),                                \