commit | 6a6c6def42469ce08023458ba439a8207fe87ae4 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jun 19 10:33:31 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jul 09 10:30:25 2019 -0400 |
tree | 4830179ecafcd96423feefb4a60ffa3dd5df37d5 | |
parent | 9ef33ef5b628037b694a433f8af014a04bb38126 [diff] |
xprtrdma: Refactor chunk encoding Clean up. Move the "not present" case into the individual chunk encoders. This improves code organization and readability. The reason for the original organization was to optimize for the case where there there are no chunks. The optimization turned out to be inconsequential, so let's err on the side of code readability. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>