diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2017-12-23 00:23:01 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-01-22 16:08:19 +0100 |
commit | 203e02d934ed0570551b87c8d0a0a9cf917487cb (patch) | |
tree | 1805bf9673bf27a95f455e7651f5081ba9770dec /fs/btrfs/ctree.h | |
parent | btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio (diff) | |
download | linux-203e02d934ed0570551b87c8d0a0a9cf917487cb.tar.xz linux-203e02d934ed0570551b87c8d0a0a9cf917487cb.zip |
Btrfs: remove unused wait in btrfs_stripe_hash
In fact nobody is waiting on @wait's waitqueue, it can be safely
removed.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 09b72b6996ce..1a462ab85c49 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -679,7 +679,6 @@ enum btrfs_orphan_cleanup_state { /* used by the raid56 code to lock stripes for read/modify/write */ struct btrfs_stripe_hash { struct list_head hash_list; - wait_queue_head_t wait; spinlock_t lock; }; |