diff options
author | 2024-10-16 09:50:26 +0800 | |
---|---|---|
committer | 2024-12-21 01:36:17 -0500 | |
commit | 4fa5d8e166e1e64c4cebedda53c523f0b80ed69b (patch) | |
tree | 7f97c0a01ab8874f41cd3c6cd7f03314dcbf2a6b | |
parent | bcachefs: add support for true/false & yes/no in bool-type options (diff) | |
download | wireguard-linux-4fa5d8e166e1e64c4cebedda53c523f0b80ed69b.tar.xz wireguard-linux-4fa5d8e166e1e64c4cebedda53c523f0b80ed69b.zip |
bcachefs: Correct the description of the '--bucket=size' options
Signed-off-by: Youling Tang <tangyouling@kylinos.cn>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | fs/bcachefs/opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 39cdc185fa73..6b29339ea725 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), \ |