[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Jan 2006 22:14:46 +0000 (14:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 22:14:46 +0000 (14:14 -0800)
lock_sock is needed only in very few cases, so do it there instead of
around the switch statement.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found