]> git.baikalelectronics.ru Git - kernel.git/commit
9p: Fix soft lockup in virtio transport
authorEric Van Hensbergen <ericvh@opteron.homeip.net>
Thu, 7 Feb 2008 01:25:07 +0000 (19:25 -0600)
committerEric Van Hensbergen <ericvh@opteron.homeip.net>
Thu, 7 Feb 2008 01:25:07 +0000 (19:25 -0600)
commit2e8088875868f028556721d9675b3432fb8f98b2
tree918b84a88cb4515de1e46125534e6a266f567b29
parente8df3b9e1db240d7feaeff96ca5197b57efb10a3
9p: Fix soft lockup in virtio transport

This fixes a poorly placed spinlock which could result in a
soft lockup condition.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_virtio.c