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 399be0b..56eef08 100644 (file)
@@ -28,8 +28,8 @@ struct btrfs_inode;
 #define        BTRFS_ZLIB_DEFAULT_LEVEL                3
 
 struct compressed_bio {
-       /* number of bios pending for this compressed extent */
-       refcount_t pending_bios;
+       /* Number of sectors with unfinished IO (unsubmitted or unfinished) */
+       refcount_t pending_sectors;
 
        /* Number of compressed pages in the array */
        unsigned int nr_pages;