bpf,arena: Use helper sizeof_field in struct accessors
authorHaiyue Wang <haiyue.wang@intel.com>
Wed, 27 Mar 2024 06:53:29 +0000 (14:53 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 29 Mar 2024 01:31:36 +0000 (18:31 -0700)
commit55fc888ded83ed542f3de3e51bae03936a998349
treebb602f9e29f284dcfb6a789e1d99624cb3810fc9
parent786bf0e7e2ec90b349a7bab6e97947982ab31f2c
bpf,arena: Use helper sizeof_field in struct accessors

Use the well defined helper sizeof_field() to calculate the size of a
struct member, instead of doing custom calculations.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Link: https://lore.kernel.org/r/20240327065334.8140-1-haiyue.wang@intel.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/arena.c