Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0f3372dc authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: spelling fix


Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent d2cb6b21
Branches
Tags
No related merge requests found
...@@ -1080,7 +1080,7 @@ static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, ...@@ -1080,7 +1080,7 @@ static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp,
*_dst = dst; *_dst = dst;
return more; return more;
csum_err: csum_err:
bch_err(c, "%s writ error: error verifying existing checksum while rewriting existing data (memory corruption?)", bch_err(c, "%s write error: error verifying existing checksum while rewriting existing data (memory corruption?)",
op->flags & BCH_WRITE_MOVE ? "move" : "user"); op->flags & BCH_WRITE_MOVE ? "move" : "user");
ret = -EIO; ret = -EIO;
err: err:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment