summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/ec.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-09-01 22:44:36 +0200
committerKent Overstreet <kent.overstreet@linux.dev>2024-09-21 17:39:48 +0200
commita4b7a0c0378a3f73004b5c5263ec2b4e5a476fa8 (patch)
tree247538005e86ac93e5cbc33856a01e148a21945f /fs/bcachefs/ec.h
parentbcachefs: bch_stripe.disk_label (diff)
downloadlinux-a4b7a0c0378a3f73004b5c5263ec2b4e5a476fa8.tar.xz
linux-a4b7a0c0378a3f73004b5c5263ec2b4e5a476fa8.zip
bcachefs: ec_stripe_head.nr_created
additional debug stat Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
-rw-r--r--fs/bcachefs/ec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h
index b400c7e0ed9c..f02bb7d2e767 100644
--- a/fs/bcachefs/ec.h
+++ b/fs/bcachefs/ec.h
@@ -193,6 +193,8 @@ struct ec_stripe_head {
unsigned redundancy;
enum bch_watermark watermark;
+ u64 nr_created;
+
struct bch_devs_mask devs;
unsigned nr_active_devs;