Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361354
b: refs/heads/master
c: bc17862
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Chris Mason committed Mar 14, 2013
1 parent a5a44e3 commit a5a3e88
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d340d2475c6e394013325f83f499594628a9e558
refs/heads/master: bc178622d40d87e75abc131007342429c9b03351
6 changes: 6 additions & 0 deletions trunk/fs/btrfs/volumes.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,12 @@ int btrfs_close_devices(struct btrfs_fs_devices *fs_devices)
__btrfs_close_devices(fs_devices);
free_fs_devices(fs_devices);
}
/*
* Wait for rcu kworkers under __btrfs_close_devices
* to finish all blkdev_puts so device is really
* free when umount is done.
*/
rcu_barrier();
return ret;
}

Expand Down

0 comments on commit a5a3e88

Please sign in to comment.