On Mon, Sep 30, 2024 at 2:39 AM Guenter Roeck <[email protected]> wrote: > Builds on big endian systems fail as follows. > > fs/bcachefs/bkey.h: In function 'bch2_bkey_format_add_key': > fs/bcachefs/bkey.h:557:41: error: > 'const struct bkey' has no member named 'bversion' > > The original commit only renamed the variable for little endian builds. > Rename it for big endian builds as well to fix the problem. > > Fixes: cf49f8a8c277 ("bcachefs: rename version -> bversion") > Cc: Kent Overstreet <[email protected]> > Signed-off-by: Guenter Roeck <[email protected]>
As this fixes the build for me: Tested-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
