Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189463
b: refs/heads/master
c: ab59381
h: refs/heads/master
i:
  189461: ea942b7
  189459: 27e2519
  189455: 57c15d7
v: v3
  • Loading branch information
Zhao Lei authored and Chris Mason committed Mar 31, 2010
1 parent 296facf commit 2f38a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 471fa17dff556ad38caf26de097c0630530d8cbe
refs/heads/master: ab59381ea43f81c977cbd09add26950aaf6cb9fe
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3389,6 +3389,8 @@ int btrfs_read_chunk_tree(struct btrfs_root *root)
key.type = 0;
again:
ret = btrfs_search_slot(NULL, root, &key, path, 0, 0);
if (ret < 0)
goto error;
while (1) {
leaf = path->nodes[0];
slot = path->slots[0];
Expand Down

0 comments on commit 2f38a0b

Please sign in to comment.