mirror of https://github.com/torvalds/linux.git
struct ynl_req_state carries reply-related info from generated code
into generic YNL code. While we don't need reply info to execute
a request without a reply, we still need to pass in the struct, because
it's also where we get the pointer to struct ynl_sock from. Passing NULL
results in crashes if kernel returns an error or an unexpected reply.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| devlink-user.c | ||
| devlink-user.h | ||
| ethtool-user.c | ||
| ethtool-user.h | ||
| fou-user.c | ||
| fou-user.h | ||
| handshake-user.c | ||
| handshake-user.h | ||
| netdev-user.c | ||
| netdev-user.h | ||
| nfsd-user.c | ||
| nfsd-user.h | ||