Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501341 > unrolled thread

[PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use

Started byJoe Perches <joe@perches.com>
First post2016-10-15 21:00 +0200
Last post2016-10-17 17:10 +0200
Articles 4 — 4 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use Joe Perches <joe@perches.com> - 2016-10-15 21:00 +0200
    Re: [rds-devel] [PATCH 2/2] rds: Remove duplicate prefix from  rds_conn_path_error use Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2016-10-15 21:10 +0200
    Re: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error  use Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-10-15 21:40 +0200
    Re: [PATCH 2/2] rds: Remove duplicate prefix from  rds_conn_path_error use David Miller <davem@davemloft.net> - 2016-10-17 17:10 +0200

#1501341 — [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use

FromJoe Perches <joe@perches.com>
Date2016-10-15 21:00 +0200
Subject[PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use
Message-ID<ssClA-34j-21@gated-at.bofh.it>
rds_conn_path_error already prefixes "RDS:" to the output.

Signed-off-by: Joe Perches <joe@perches.com>
---
 net/rds/threads.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/rds/threads.c b/net/rds/threads.c
index e42df11bf30a..e36e333a0aa0 100644
--- a/net/rds/threads.c
+++ b/net/rds/threads.c
@@ -171,8 +171,7 @@ void rds_connect_worker(struct work_struct *work)
 						     RDS_CONN_DOWN))
 				rds_queue_reconnect(cp);
 			else
-				rds_conn_path_error(cp,
-						    "RDS: connect failed\n");
+				rds_conn_path_error(cp, "connect failed\n");
 		}
 	}
 }
-- 
2.10.0.rc2.1.g053435c

[toc] | [next] | [standalone]


#1501343 — Re: [rds-devel] [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use

FromSowmini Varadhan <sowmini.varadhan@oracle.com>
Date2016-10-15 21:10 +0200
SubjectRe: [rds-devel] [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use
Message-ID<ssCvf-3or-3@gated-at.bofh.it>
In reply to#1501341
On (10/15/16 11:53), Joe Perches wrote:
> 
> rds_conn_path_error already prefixes "RDS:" to the output.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>

[toc] | [prev] | [next] | [standalone]


#1501349 — Re: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use

FromSantosh Shilimkar <santosh.shilimkar@oracle.com>
Date2016-10-15 21:40 +0200
SubjectRe: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use
Message-ID<ssCYh-3DB-15@gated-at.bofh.it>
In reply to#1501341
On 10/15/2016 11:53 AM, Joe Perches wrote:
> rds_conn_path_error already prefixes "RDS:" to the output.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

[toc] | [prev] | [next] | [standalone]


#1502080 — Re: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use

FromDavid Miller <davem@davemloft.net>
Date2016-10-17 17:10 +0200
SubjectRe: [PATCH 2/2] rds: Remove duplicate prefix from rds_conn_path_error use
Message-ID<sthI5-55T-13@gated-at.bofh.it>
In reply to#1501341
From: Joe Perches <joe@perches.com>
Date: Sat, 15 Oct 2016 11:53:22 -0700

> rds_conn_path_error already prefixes "RDS:" to the output.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web