]> www.infradead.org Git - users/dwmw2/linux.git/commit
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
authorSong Liu <song@kernel.org>
Tue, 6 Aug 2024 23:09:02 +0000 (16:09 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 7 Aug 2024 18:26:53 +0000 (11:26 -0700)
commitfa4e5afa9758e6567a6a54ea7bf53d570ec94881
tree18f5ddcfdc9a543e906032f2333e56df358da67f
parent6e083ab095cabc5fdb5c980420fe43af7753b2dd
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c

We are putting all fs kfuncs in fs/bpf_fs_kfuncs.c. Move existing
bpf_get_file_xattr to it.

Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20240806230904.71194-2-song@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
fs/bpf_fs_kfuncs.c
kernel/trace/bpf_trace.c