]> git.baikalelectronics.ru Git - kernel.git/commit
irda: Remove BKL instances from af_irda.c
authorSamuel Ortiz <samuel@sortiz.org>
Sun, 10 Oct 2010 22:46:51 +0000 (00:46 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Oct 2010 00:11:23 +0000 (02:11 +0200)
commit24fa17971e107a337a27171abf46a02e4320ca75
treed3f17ae32707aa413572a27f056ad30cf89b3fca
parentabe45cd3e4d6681a7ee5c84602ca620a22de12da
irda: Remove BKL instances from af_irda.c

Most of the times, lock_kernel() was pointless or could simply be replaced
by lock_sock().

Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
net/irda/af_irda.c