Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / fs / btrfs / compression.h
index 28a5584..56eef08 100644 (file)
@@ -28,9 +28,6 @@ struct btrfs_inode;
 #define        BTRFS_ZLIB_DEFAULT_LEVEL                3
 
 struct compressed_bio {
-       /* Number of bios pending for this compressed extent */
-       atomic_t pending_bios;
-
        /* Number of sectors with unfinished IO (unsubmitted or unfinished) */
        refcount_t pending_sectors;