diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-10-14 01:19:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-14 01:19:46 -0700 |
commit | deed49fbb68d7d07ec6c3dfd06bffc74e9abc6fa (patch) | |
tree | e9cb9de1f67f7cdd47f57237b4fa6c1d51ab9941 /scripts/namespace.pl | |
parent | 421355de876b9f3fcc7e4cb6026e416fb12a5068 (diff) | |
download | linux-deed49fbb68d7d07ec6c3dfd06bffc74e9abc6fa.tar.gz linux-deed49fbb68d7d07ec6c3dfd06bffc74e9abc6fa.tar.bz2 linux-deed49fbb68d7d07ec6c3dfd06bffc74e9abc6fa.zip |
net: Remove BKL from tun
The lock_kernel/unlock_kernel() in cycle_kernel_lock() which is called
in tun_chr_open() is not serializing against anything and safe to
remove.
tun_chr_fasync() is serialized by get/put_tun() and fasync_helper()
has no dependency on BKL. The modification of tun->flags is racy with
and without the BKL so removing it does not make it worse.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/namespace.pl')
0 files changed, 0 insertions, 0 deletions