[PATCH] nbd: Check magic before doing anything else
authorMichal Feix <michal@feix.cz>
Sun, 30 Jul 2006 10:03:31 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:39 +0000 (13:28 -0700)
commite4b57e0842621f597d744b193ea325d62724596b
tree0cb75aac6d4452d95dfe8ab1931bed45b1246bb9
parent8e185d83398b2708f50207bc12d0e0a70bd70767
[PATCH] nbd: Check magic before doing anything else

We should check magic sequence in reply packet before trying to find
request with it's request handle.  This also solves the problem with
"Unexpected reply" message beeing logged, when packet with invalid magic is
received.

Signed-off-by: Michal Feix <michal@feix.cz>
Acked-by: Paul Clements <paul.clements@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/nbd.c