• A
    bridge: use ndo_siocdevprivate · 561d8352
    Arnd Bergmann 提交于
    The bridge driver has an old set of ioctls using the SIOCDEVPRIVATE
    namespace that have never worked in compat mode and are explicitly
    forbidden already.
    
    Move them over to ndo_siocdevprivate and fix compat mode for these,
    because we can.
    
    Cc: Roopa Prabhu <roopa@nvidia.com>
    Cc: Nikolay Aleksandrov <nikolay@nvidia.com>
    Cc: bridge@lists.linux-foundation.org
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    561d8352
br_device.c 12.7 KB