commit | 6ea8e71150ecdc235fab31f76ed9953d82313923 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Sep 15 10:56:51 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Sep 19 13:08:38 2016 -0400 |
tree | a0da854803ebec648f62654c125b45aab88c6001 | |
parent | 90aab6029606152d3d7ea91b41064580f77d7d19 [diff] |
xprtrdma: Move recv_wr to struct rpcrdma_rep Clean up: The fields in the recv_wr do not vary. There is no need to initialize them before each ib_post_recv(). This removes a large-ish data structure from the stack. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>