commit | a6cec0bcd34264be8887791594be793b3f12719f | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <razor@blackwall.org> | Wed Apr 13 13:51:55 2022 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 13 12:46:26 2022 +0100 |
tree | b7da7e285081c96a18e5bf32b8feda15f3f56a3d | |
parent | 545528d788556c724eeb5400757f828ef27782a8 [diff] |
net: rtnetlink: add bulk delete support flag Add a new rtnl flag (RTNL_FLAG_BULK_DEL_SUPPORTED) which is used to verify that the delete operation allows bulk object deletion. Also emit a warning if anyone tries to set it for non-delete kind. Suggested-by: David Ahern <dsahern@kernel.org> Signed-off-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>