Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typo in nocow option description #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bcachefs.8
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Log transaction function names in journal
.It Fl -nocow
Nocow mode: Writes will be done in place when possible.
.sp
Snapshots and reflink will still caused writes to be COW.
Snapshots and reflink will still cause writes to be COW.
.sp
This flag implicitly disables data checksumming, compression and
encryption.
Expand Down Expand Up @@ -357,7 +357,7 @@ to be used
.It Fl -nocow
Nocow mode: Writes will be done in place when possible.
.sp
Snapshots and reflink will still caused writes to be COW.
Snapshots and reflink will still cause writes to be COW.
.sp
This flag implicitly disables data checksumming, compression and
encryption.
Expand Down
2 changes: 1 addition & 1 deletion libbcachefs/opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ enum fsck_err_opts {
OPT_BOOL(), \
BCH_SB_NOCOW, false, \
NULL, "Nocow mode: Writes will be done in place when possible.\n"\
"Snapshots and reflink will still caused writes to be COW\n"\
"Snapshots and reflink will still cause writes to be COW\n"\
"Implicitly disables data checksumming, compression and encryption")\
x(nocow_enabled, u8, \
OPT_FS|OPT_MOUNT, \
Expand Down