diff options
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 9df8e3f1ccab..c6c80093eac0 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
@@ -3389,6 +3389,8 @@ int btrfs_read_chunk_tree(struct btrfs_root *root) | |||
3389 | key.type = 0; | 3389 | key.type = 0; |
3390 | again: | 3390 | again: |
3391 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); | 3391 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); |
3392 | if (ret < 0) | ||
3393 | goto error; | ||
3392 | while (1) { | 3394 | while (1) { |
3393 | leaf = path->nodes[0]; | 3395 | leaf = path->nodes[0]; |
3394 | slot = path->slots[0]; | 3396 | slot = path->slots[0]; |