Re: [PATCH] net: rds: Use time_after() for time comparison

2014-05-18 Thread David Miller
From: Manuel Schölling Date: Sun, 18 May 2014 23:32:49 +0200 > To be future-proof and for better readability the time comparisons are > modified > to use time_after() instead of raw math. > > Signed-off-by: Manuel Schölling Applied. -- To unsubscribe from this list: send the line

[PATCH] net: rds: Use time_after() for time comparison

2014-05-18 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_after() instead of raw math. Signed-off-by: Manuel Schölling --- net/rds/ib_send.c |4 ++-- net/rds/iw_send.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] net: rds: Use time_after() for time comparison

2014-05-18 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_after() instead of raw math. Signed-off-by: Manuel Schölling manuel.schoell...@gmx.de --- net/rds/ib_send.c |4 ++-- net/rds/iw_send.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)

Re: [PATCH] net: rds: Use time_after() for time comparison

2014-05-18 Thread David Miller
From: Manuel Schölling manuel.schoell...@gmx.de Date: Sun, 18 May 2014 23:32:49 +0200 To be future-proof and for better readability the time comparisons are modified to use time_after() instead of raw math. Signed-off-by: Manuel Schölling manuel.schoell...@gmx.de Applied. -- To