diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-08-15 15:34:15 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:06 -0400 |
commit | 0986fe9eac24fd186927c3b87af51d62f8ab92cd (patch) | |
tree | 766cc26439f0f89fea5f45975cd2c595551e7e08 /fs/btrfs/ctree.h | |
parent | b720d209524fccdd33a499351f2ca880b8c0ffb4 (diff) |
Btrfs: Count async bios separately from async checksum work items
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index c88f1e16ce2d..bb4a8d2200d0 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -544,6 +544,7 @@ struct btrfs_fs_info { | |||
544 | struct list_head hashers; | 544 | struct list_head hashers; |
545 | struct list_head dead_roots; | 545 | struct list_head dead_roots; |
546 | atomic_t nr_async_submits; | 546 | atomic_t nr_async_submits; |
547 | atomic_t nr_async_bios; | ||
547 | 548 | ||
548 | /* | 549 | /* |
549 | * this is used by the balancing code to wait for all the pending | 550 | * this is used by the balancing code to wait for all the pending |