summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_io.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-21 15:47:15 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-01 11:47:43 -0500
commit0beebd92457c3221b59840487591c1dff8071168 (patch)
treeb9a4e530465a43302c524afffda7a444cadddf8e /fs/bcachefs/journal_io.c
parent0bc64d7e2649f735eaa4ba7d422da446505ef89a (diff)
downloadlinux-stable-0beebd92457c3221b59840487591c1dff8071168.tar.gz
linux-stable-0beebd92457c3221b59840487591c1dff8071168.tar.bz2
linux-stable-0beebd92457c3221b59840487591c1dff8071168.zip
bcachefs: bkey_for_each_ptr() now declares loop iter
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/journal_io.c')
-rw-r--r--fs/bcachefs/journal_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/journal_io.c b/fs/bcachefs/journal_io.c
index 671a6820bc0c..c5bc58247146 100644
--- a/fs/bcachefs/journal_io.c
+++ b/fs/bcachefs/journal_io.c
@@ -1678,7 +1678,6 @@ static CLOSURE_CALLBACK(do_journal_write)
struct bch_fs *c = container_of(j, struct bch_fs, journal);
struct bch_dev *ca;
struct journal_buf *w = journal_last_unwritten_buf(j);
- struct bch_extent_ptr *ptr;
struct bio *bio;
unsigned sectors = vstruct_sectors(w->data, c->block_bits);