btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
[cascardo/linux.git] / fs / btrfs / volumes.h
index 8b3cd14..80754f9 100644 (file)
@@ -192,6 +192,7 @@ typedef void (btrfs_bio_end_io_t) (struct btrfs_bio *bio, int err);
 
 struct btrfs_bio {
        atomic_t stripes_pending;
+       struct btrfs_fs_info *fs_info;
        bio_end_io_t *end_io;
        struct bio *orig_bio;
        void *private;