Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integration

This commit is contained in:
Chris Mason
2012-01-16 15:26:31 -05:00
21 changed files with 1639 additions and 419 deletions

View File

@@ -3579,6 +3579,7 @@ static struct extent_buffer *__alloc_extent_buffer(struct extent_io_tree *tree,
atomic_set(&eb->blocking_writers, 0);
atomic_set(&eb->spinning_readers, 0);
atomic_set(&eb->spinning_writers, 0);
eb->lock_nested = 0;
init_waitqueue_head(&eb->write_lock_wq);
init_waitqueue_head(&eb->read_lock_wq);