commit | e4b57e0842621f597d744b193ea325d62724596b | [log] [tgz] |
---|---|---|
author | Michal Feix <michal@feix.cz> | Sun Jul 30 03:03:31 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:39 2006 -0700 |
tree | 0cb75aac6d4452d95dfe8ab1931bed45b1246bb9 | |
parent | 8e185d83398b2708f50207bc12d0e0a70bd70767 [diff] |
[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>