On Tuesday 17 June 2008 17:22:02 Olaf Kirch wrote:
> Hi Vlad,
> 
> during testing of RDS, a number of issues came up that I had to
> address. Some of them were bugs, others were usability issues.
> 
> I submitted the following patches to
> git://git.openfabrics.org/~okir/ofed_1_3/linux-2.6.git code-drop-20080617

I just added another patch to that branch; please pull this one as well.

Thanks! Olaf
----------------------------
commit 1bc8f17379a43106aeb604fbfe9a78687df1e7ab
Author: Olaf Kirch <[EMAIL PROTECTED]>
Date:   Tue Jun 17 22:57:30 2008 +0200

    RDS: Remove spurious variable name from stats

    A previous patch introduced a spurious name in rds_stat_names[],
    causing some of the values reported by rds-info to no longer
    match the names they were reported for.

    Signed-off-by: Olaf Kirch <[EMAIL PROTECTED]>

diff --git a/net/rds/stats.c b/net/rds/stats.c
index d1c40d7..06f9971 100644
--- a/net/rds/stats.c
+++ b/net/rds/stats.c
@@ -68,7 +68,6 @@ static char *rds_stat_names[] = {
        "send_pong",
        "page_remainder_hit",
        "page_remainder_miss",
-       "page_copy_nonatomic",
        "copy_to_user",
        "copy_from_user",
        "cong_update_queued",




-- 
Olaf Kirch  |  --- o --- Nous sommes du soleil we love when we play
[EMAIL PROTECTED] |    / | \   sol.dhoop.naytheet.ah kin.ir.samse.qurax
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to