Message ID | 20240418163509.719335-1-thinker.li@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Update a struct_ops link through a pinned path | expand |
On Thu, 2024-04-18 at 09:35 -0700, Kui-Feng Lee wrote: > Applications already have the ability to update a struct_ops link with > another struct_ops map. However, they were unable to open pinned paths > of the links. This implies that updating a link through its pinned > paths was not feasible. By allowing the "open" operator on pinned > paths, applications can pin a struct_ops link and update the link > through the pinned path later. > > --- Not an expert in how bpffs is tied together, but this patch-set seems to be fine. Reviewed-by: Eduard Zingerman <eddyz87@gmail.com>