diff options
Diffstat (limited to 'fs/btrfs/compression.h')
| -rw-r--r-- | fs/btrfs/compression.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fs/btrfs/compression.h b/fs/btrfs/compression.h index 062ebd9c2d32..40aa49fed18c 100644 --- a/fs/btrfs/compression.h +++ b/fs/btrfs/compression.h @@ -63,11 +63,8 @@ struct compressed_bio { /* Whether this is a write for writeback. */ bool writeback; - union { - /* For reads, this is the bio we are copying the data into */ - struct btrfs_bio *orig_bbio; - struct work_struct write_end_work; - }; + /* For reads, this is the bio we are copying the data into. */ + struct btrfs_bio *orig_bbio; /* Must be last. */ struct btrfs_bio bbio; |