From a2094890a90a2f865e49f94e8448deca7e5852ef Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 28 Mar 2021 17:38:28 -0400 Subject: Update bcachefs sources to 18686af684 bcachefs: Inode backpointers --- cmd_debug.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd_debug.c') 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]; -- cgit v1.2.3