]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/bcachefs_ioctl.h
Update bcachefs sources to c3e4d892b77b mean and variance: Promote to lib/math
[bcachefs-tools-debian] / libbcachefs / bcachefs_ioctl.h
index 44ba7a87aea726ee5626d6a86957eb37cd1c5c58..43822c17297c697c070717aa34458a88e830a676 100644 (file)
@@ -276,7 +276,7 @@ struct bch_ioctl_fs_usage {
        __u32                   replica_entries_bytes;
        __u32                   pad;
 
-       struct bch_replicas_usage replicas[0];
+       struct bch_replicas_usage replicas[];
 };
 
 /*
@@ -313,7 +313,7 @@ struct bch_ioctl_dev_usage_v2 {
        __u32                   bucket_size;
        __u64                   nr_buckets;
 
-       struct bch_ioctl_dev_usage_type  d[0];
+       struct bch_ioctl_dev_usage_type d[];
 };
 
 /*