Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128965
b: refs/heads/master
c: 0463bb4
h: refs/heads/master
i:
  128963: 423c544
v: v3
  • Loading branch information
Jim Meyering authored and Chris Mason committed Oct 1, 2008
1 parent 8c6af1a commit 0b5c8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75ccf47d13bfb66de7faf596bfe497b9af7aaa40
refs/heads/master: 0463bb4e8d2f717a9bf3be6cc12c0aec51cc261d
3 changes: 2 additions & 1 deletion trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,8 @@ struct btrfs_root *open_ctree(struct super_block *sb,

struct btrfs_super_block *disk_super;

if (!extent_root || !tree_root || !fs_info) {
if (!extent_root || !tree_root || !fs_info ||
!chunk_root || !dev_root) {
err = -ENOMEM;
goto fail;
}
Expand Down

0 comments on commit 0b5c8f8

Please sign in to comment.