commit | 47229ff85e5a0b0613df2288d212938aeb9687da | [log] [tgz] |
---|---|---|
author | Simon Derr <simon.derr@bull.net> | Fri Jun 21 15:32:38 2013 +0200 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sun Jul 07 22:02:28 2013 -0500 |
tree | 8ebb938dc2b5187b44bf2e5e980dca96e5e1e3c2 | |
parent | 3fcc62f4e8620fd5f85f957a5e708e69a20adb51 [diff] |
9P/RDMA: Protect against duplicate replies A well-behaved server would not send twice the reply to a request. But if it ever happens... This additional check prevents the kernel from leaking memory and possibly more nasty consequences in that unlikely event. Signed-off-by: Simon Derr <simon.derr@bull.net> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>