commit | 3427e854e1a0e76be8b3d75fc0fa878f59b43693 | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Mon May 24 20:28:49 2010 -0700 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:15:21 2010 -0700 |
tree | cc0bb1c074612cfd6634ac6a4fa9c92709fa185a | |
parent | 0b088e003ccf316a76c51be5dec2d70b93be3be8 [diff] |
RDS: Assume recv->r_frag is always NULL in refill_one() refill_one() should never be called on a recv struct that doesn't need a new r_frag allocated. Add a WARN and remove conditional around r_frag alloc code. Also, add a comment to explain why r_ibinc may or may not need refilling. Signed-off-by: Andy Grover <andy.grover@oracle.com>