• Arnd Bergmann's avatar
    appletalk: remove the BKL · 60d9f461
    Arnd Bergmann authored
    This changes appletalk to use lock_sock instead of
    lock_kernel for serialization. I tried to make sure
    that we don't hold the socket lock during sleeping
    functions, but I did not try to prove whether the
    locks are necessary in the first place.
    
    Compile-tested only.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
    Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
    Cc: David Miller <davem@davemloft.net>
    Cc: netdev@vger.kernel.org
    60d9f461
ddp.c 48.4 KB