aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-08-15 15:34:15 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:06 -0400
commit0986fe9eac24fd186927c3b87af51d62f8ab92cd (patch)
tree766cc26439f0f89fea5f45975cd2c595551e7e08 /fs/btrfs/ctree.h
parentb720d209524fccdd33a499351f2ca880b8c0ffb4 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index c88f1e16ce2..bb4a8d2200d 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