diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-22 17:18:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-22 18:31:19 +0100 |
| commit | 2bdcee05b50579be92a767376eaf874c0c70233c (patch) | |
| tree | 73d2a134e08e0800790cecf0e39c944653ca5a8f /sys/linux/dev_nbd.txt.warn | |
| parent | e4c56f390e76bddfd2911006d7036e2970b3f5d1 (diff) | |
sys/linux: mark all nested netlink attributes as nlnest
As far as I understand most subsystems don't care about
the nest flag, but some do. But marking them as nest
won't harm (?). Let's mark all of them.
Caught several cases where should have been used array[policy]
but used just policy.
Update #590
Diffstat (limited to 'sys/linux/dev_nbd.txt.warn')
| -rw-r--r-- | sys/linux/dev_nbd.txt.warn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/dev_nbd.txt.warn b/sys/linux/dev_nbd.txt.warn index 48ec704f8..b6e4d8d20 100644 --- a/sys/linux/dev_nbd.txt.warn +++ b/sys/linux/dev_nbd.txt.warn @@ -1,2 +1 @@ -bad-netlink-attr: nbd_attr_policy.NBD_ATTR_SOCKETS: should be nlnest no-such-struct: nbd_sock_pair |
