]> git.baikalelectronics.ru Git - kernel.git/commit
net/9p: fix client code to fail more gracefully on protocol error
authorEric Van Hensbergen <ericvh@gmail.com>
Thu, 14 Jul 2011 00:12:18 +0000 (19:12 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Sat, 23 Jul 2011 14:32:29 +0000 (09:32 -0500)
commit7375ba6c36449579520faca285837c34ebf5c267
tree3abd3117770a4cca95e442d248d4da187ad8aa7d
parentbdd796895c0ba4e845c7b786656e97159213ecbb
net/9p: fix client code to fail more gracefully on protocol error

There was a BUG_ON to protect against a bad id which could be dealt with
more gracefully.

Reported-by: Natalie Orlin <norlin@us.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/client.c