Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299809
b: refs/heads/master
c: 48d2823
h: refs/heads/master
i:
  299807: 6a648ce
v: v3
  • Loading branch information
Julia Lawall authored and David Sterba committed Apr 18, 2012
1 parent b33aaf0 commit 022be96
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8a3db1849e9e2563727ea2dc32737502e0096641
refs/heads/master: 48d282326b3ce5f435835f5fb0e3231c399f4f9a
4 changes: 3 additions & 1 deletion trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -4352,8 +4352,10 @@ static int open_seed_devices(struct btrfs_root *root, u8 *fsid)

ret = __btrfs_open_devices(fs_devices, FMODE_READ,
root->fs_info->bdev_holder);
if (ret)
if (ret) {
free_fs_devices(fs_devices);
goto out;
}

if (!fs_devices->seeding) {
__btrfs_close_devices(fs_devices);
Expand Down

0 comments on commit 022be96

Please sign in to comment.