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)
commit5b40964eadea40509d353318d2c82e8b7bf5e8a5
treed3f17ae32707aa413572a27f056ad30cf89b3fca
parent7b738b55b2ec0e95a5030037c45b3c312e385789
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