ieee1394: sbp2: move some memory allocations into non-atomic context
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Feb 2007 19:57:38 +0000 (20:57 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 29 Apr 2007 22:00:27 +0000 (00:00 +0200)
commit3d269cb50c81d3bb01d5856d5157d4db346bab4b
tree469febbd344f4c9363ed1d1a815b95b4cecf62ae
parent2446a79f4f0a5e88e5d8316dac407d66ac10f70d
ieee1394: sbp2: move some memory allocations into non-atomic context

When the command ORB pool is created, the ORB list won't be accessed
concurrently.  Therefore we don't have to take the spinlock there.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c