diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-11-05 05:37:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-07 09:46:37 +0100 |
commit | ecced8ba8759c16337fc6785d7bab8931ca55cf6 (patch) | |
tree | a46cb34bc22943edb730a8b1a7c1b16a333ce6c8 /fs/ioctl.c | |
parent | atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedure (diff) | |
download | linux-ecced8ba8759c16337fc6785d7bab8931ca55cf6.tar.xz linux-ecced8ba8759c16337fc6785d7bab8931ca55cf6.zip |
net/appletalk: push down BKL into a atalk_dgram_ops
Making the BKL usage explicit in appletalk makes it more
obvious where it is used, reduces code size and helps
getting rid of the BKL in common code.
I did not analyse how to kill lock_kernel from appletalk
entirely, this will involve either proving that it's not
needed, or replacing with a proper mutex or spinlock,
after finding out which data structures are protected
by the lock.
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: David S. Miller <davem@davemloft.net>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions