mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Update bcachefs sources to 04f2d2ae5b bcachefs: Fix build error on weird gcc
This commit is contained in:
parent
21ae8a4b71
commit
ee1d223ab2
@ -1 +1 @@
|
||||
070ec8d07bcab34fde39499a79b9da6f4254ec7c
|
||||
04f2d2ae5bd69eecd0b4bb700efdc665b09745a1
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user