commit | d2832af38dfd1d3b135b13c6106b2c5de16a6747 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Apr 24 09:39:32 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Apr 25 15:18:41 2019 -0400 |
tree | e22ecdc7b0b0fb048909acf3a05331a5a587b054 | |
parent | 0f665ceb71a20520bdce76fb63ad68c21841aa62 [diff] |
xprtrdma: Clean up regbuf helpers For code legibility, clean up the function names to be consistent with the pattern: "rpcrdma" _ object-type _ action Also rpcrdma_regbuf_alloc and rpcrdma_regbuf_free no longer have any callers outside of verbs.c, and can thus be made static. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>