]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8812874b89398b8015d2caeeafcbaee687186695
tree469febbd344f4c9363ed1d1a815b95b4cecf62ae
parent55b16d9bedfa9bb834206e45a0f04bd1f1f5f7e6
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