diff options
author | Yan, Zheng <zheng.yan@oracle.com> | 2010-05-16 10:46:25 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2010-05-25 10:34:48 -0400 |
commit | 424499dbd0c4d88742bf581b5714b27fb44b9fef (patch) | |
tree | f46a76c8f23c7045b18b31a9206d0b22f324aad1 /fs/btrfs/ctree.h | |
parent | b742bb82f1676d50103ade0ba89bfb79debabe73 (diff) |
Btrfs: Kill allocate_wait in space_info
We already have fs_info->chunk_mutex to avoid concurrent
chunk creation.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6132088a577c..a68f34603b9d 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -701,9 +701,7 @@ struct btrfs_space_info { | |||
701 | struct list_head list; | 701 | struct list_head list; |
702 | 702 | ||
703 | /* for controlling how we free up space for allocations */ | 703 | /* for controlling how we free up space for allocations */ |
704 | wait_queue_head_t allocate_wait; | ||
705 | wait_queue_head_t flush_wait; | 704 | wait_queue_head_t flush_wait; |
706 | int allocating_chunk; | ||
707 | int flushing; | 705 | int flushing; |
708 | 706 | ||
709 | /* for block groups in our same type */ | 707 | /* for block groups in our same type */ |