lkml.org 
[lkml]   [2017]   [Jan]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[net-next][PATCH v3 01/17] RDS: log the address on bind failure
    Date
    It's useful to know the IP address when RDS fails to bind a
    connection. Thus, adding it to the error message.

    Orabug: 21894138
    Reviewed-by: Wei Lin Guay <wei.lin.guay@oracle.com>
    Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
    ---
    net/rds/bind.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/net/rds/bind.c b/net/rds/bind.c
    index 095f6ce..3a915be 100644
    --- a/net/rds/bind.c
    +++ b/net/rds/bind.c
    @@ -176,8 +176,8 @@ int rds_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
    if (!trans) {
    ret = -EADDRNOTAVAIL;
    rds_remove_bound(rs);
    - printk_ratelimited(KERN_INFO "RDS: rds_bind() could not find a transport, "
    - "load rds_tcp or rds_rdma?\n");
    + pr_info_ratelimited("RDS: %s could not find a transport for %pI4, load rds_tcp or rds_rdma?\n",
    + __func__, &sin->sin_addr.s_addr);
    goto out;
    }

    --
    1.9.1
    \
     
     \ /
      Last update: 2017-01-02 23:51    [W:2.430 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site