]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:31:59 +0000 (12:31 -0800)
commitfd319bb5c7fbe886389e19f8c530ee9a644f9619
tree925b94284bfd91d6540f22d6919e17d56048578d
parentc28f366a6ef9b6e14e069e7d750c32d73544444e
net/9p: fix client code to fail more gracefully on protocol error

commit b85f7d92d7bd7e3298159e8b1eed8cb8cbbb0348 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/9p/client.c