diff options
Diffstat (limited to 'cmd_debug.c')
-rw-r--r-- | cmd_debug.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd_debug.c b/cmd_debug.c index 3baa6978..4938ec07 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -323,9 +323,7 @@ static void print_node_ondisk(struct bch_fs *c, struct btree *b) le64_to_cpu(i->journal_seq)); offset += sectors; - for (k = i->start; - k != vstruct_last(i); - k = bkey_next_skip_noops(k, vstruct_last(i))) { + for (k = i->start; k != vstruct_last(i); k = bkey_next(k)) { struct bkey u; char buf[4096]; |