• Andy Grover's avatar
    RDS: Remove struct rds_rdma_op · f8b3aaf2
    Andy Grover authored
    A big changeset, but it's all pretty dumb.
    
    struct rds_rdma_op was already embedded in struct rm_rdma_op.
    Remove rds_rdma_op and put its members in rm_rdma_op. Rename
    members with "op_" prefix instead of "r_", for consistency.
    
    Of course this breaks a lot, so fixup the code accordingly.
    Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
    f8b3aaf2
ib_send.c 27.4 KB