projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec14fc6
)
bcachefs: Fix a format string warning
author
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 28 Jun 2023 03:28:17 +0000
(23:28 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:05 +0000
(17:10 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fsck.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/fsck.c
b/fs/bcachefs/fsck.c
index 7af65030f9d8dcc41494ca836cab8556cd610435..674018a58de5de8d7cefe06da9d936611a717a82 100644
(file)
--- a/
fs/bcachefs/fsck.c
+++ b/
fs/bcachefs/fsck.c
@@
-1216,7
+1216,7
@@
static int check_overlapping_extents(struct btree_trans *trans,
if (ret)
break;
- if (fsck_err(c, buf.buf)) {
+ if (fsck_err(c,
"%s",
buf.buf)) {
struct bkey_i *update = bch2_trans_kmalloc(trans, bkey_bytes(k.k));
if ((ret = PTR_ERR_OR_ZERO(update)))
goto err;