]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Update bcachefs sources to 04f2d2ae5b bcachefs: Fix build error on weird gcc
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Jul 2023 19:57:09 +0000 (15:57 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Jul 2023 19:57:09 +0000 (15:57 -0400)
.bcachefs_revision
libbcachefs/super-io.c

index 87a4c7dea10828c1eb597071877360d1e32d3fc8..9071b1375566b64e4f54f1c0e1ccd7cd9fec8580 100644 (file)
@@ -1 +1 @@
-070ec8d07bcab34fde39499a79b9da6f4254ec7c
+04f2d2ae5bd69eecd0b4bb700efdc665b09745a1
index 1b5bc4ebffa681f7a3afe09ed4de10060daac6d7..35325381d72fb4049bfdb9253e2bd57db542a0a4 100644 (file)
@@ -1480,9 +1480,7 @@ static const struct bch_sb_field_ops *bch2_sb_field_ops[] = {
 #undef x
 };
 
-static const struct bch_sb_field_ops bch2_sb_field_null_ops = {
-       NULL
-};
+static const struct bch_sb_field_ops bch2_sb_field_null_ops;
 
 static const struct bch_sb_field_ops *bch2_sb_field_type_ops(unsigned type)
 {