commit | 5ff7630e4aa6c3969094dc30ff1cdaa6f52b0ed0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 03 14:14:46 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 03 14:14:46 2006 -0800 |
tree | a7905ac237dae4d9cf9f155a0aea33d904f67e96 | |
parent | b461d2f2188c1c578ed651e4cdf608be7a993cd4 [diff] |
[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl() 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>