commit | 67e808fbb0404a12d9b9830a44bbb48d447d8bc9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 04 16:11:05 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 04 16:11:05 2015 -0400 |
tree | ba061dc5e051f976b233666a070ad2d493538112 | |
parent | a84b69cb6e0a41e86bc593904faa6def3b957343 [diff] |
p9_client_write(): avoid double p9_free_req() Braino in "9p: switch p9_client_write() to passing it struct iov_iter *"; if response is impossible to parse and we discard the request, get the out of the loop right there. Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>