[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4aywuhjiqls4aosrvk5cfobognm7vgrgxdqq3fxow4geruhzyq@tlr46fz6gicw>
Date: Sun, 29 Sep 2024 22:16:46 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: Guenter Roeck <linux@...ck-us.net>
Cc: linux-bcachefs@...r.kernel.org, linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH] bcachefs: rename version -> bversion for big endian
builds
On Sun, Sep 29, 2024 at 05:39:02PM GMT, Guenter Roeck 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")
Thanks, applied
Powered by blists - more mailing lists