Re: [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for bpf_get_dentry_xattr
From: Alexei Starovoitov
Date: Wed Aug 07 2024 - 14:34:26 EST
On Wed, Aug 7, 2024 at 7:40 AM Song Liu <song@xxxxxxxxxx> wrote:
>
> > +struct dentry;
> > > +/* Description
> > > + * Returns xattr of a dentry
> > > + * Returns__bpf_kfunc
> >
> > nit, extra '__bpf_kfunc' suffix?
>
> Good catch.. I somehow got it from bpf_sock_addr_set_sun_path.
Fixed up both while applying.