From: Ed Cashin Date: Thu, 29 Nov 2012 03:19:10 +0000 (+1100) Subject: aoe: remove call to request handler from I/O completion X-Git-Tag: next-20121205~1^2~39 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48b219db512e96ba787bb233dac3b22f4d81fc92;p=karo-tx-linux.git aoe: remove call to request handler from I/O completion There is no need to call the request handler function in the I/O completion routine. The user impact of not doing it is a more "nice" aoe driver that is less susceptible to causing soft lockups. Signed-off-by: Ed Cashin Signed-off-by: Andrew Morton --- diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index 53b98690d9b0..391dd8ee2009 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c @@ -1139,8 +1139,6 @@ badrsp: if (buf && --buf->nframesout == 0 && buf->resid == 0) aoe_end_buf(d, buf); - aoecmd_work(d); - spin_unlock_irq(&d->lock); aoedev_put(d); dev_kfree_skb(skb);