Cong Wang wrote: > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > sock_map_link() passes down map progs, but it is confusing > to see both map progs and psock progs. Make the map progs > more obvious by retrieving it directly with sock_map_progs() > inside sock_map_link(). Now it is aligned with > sock_map_link_no_progs() too. > > Cc: Daniel Borkmann <daniel@xxxxxxxxxxxxx> > Cc: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > Cc: Lorenz Bauer <lmb@xxxxxxxxxxxxxx> > Cc: John Fastabend <john.fastabend@xxxxxxxxx> > Signed-off-by: Cong Wang <cong.wang@xxxxxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>