]> Pileus Git - ~andy/linux/commit
aoe: remove call to request handler from I/O completion
authorEd Cashin <ecashin@coraid.com>
Tue, 18 Dec 2012 00:04:02 +0000 (16:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:25 +0000 (17:15 -0800)
commit60116cf77310c10b573552e4d700c270ddadba76
tree7bf945c112a7f126cc2253f00ab7dbdad5715924
parent72837600ee8b0d09618f7fcbe36aab08c3ba8890
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 <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoecmd.c