mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Extract the duplicated generic netlink boilerplate (netlink_open,
send_request, get_family_id, and NLA walker macros) from cgroupstats.c and
taskstats_fill_stats_tgid.c into a shared netlink_helper.{h,c}.
Link: https://lore.kernel.org/a2adf27308b5cd90d50b59e8519b87da49486bee.1783876192.git.cyyzero16@gmail.com
Signed-off-by: Yiyang Chen <cyyzero16@gmail.com>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Balbir Singh <balbirs@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| acct_syscall.c | ||
| cgroupstats.c | ||
| Makefile | ||
| netlink_helper.c | ||
| netlink_helper.h | ||
| taskstats_fill_stats_tgid.c | ||