btrfs: remove btrfs_end_io_wq
[linux-2.6-microblaze.git] / fs / btrfs / volumes.h
index 1e86c48..7973d11 100644 (file)
@@ -371,6 +371,9 @@ struct btrfs_bio {
        u8 csum_inline[BTRFS_BIO_INLINE_CSUM_SIZE];
        struct bvec_iter iter;
 
+       /* For read end I/O handling */
+       struct work_struct end_io_work;
+
        /*
         * This member must come last, bio_alloc_bioset will allocate enough
         * bytes for entire btrfs_bio but relies on bio being last.