X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Frds%2Fib_send.c;h=e59094981175cd6c390b5ed83a2dec15d8e2407e;hb=441c196e84b11aad3123baa9320eee7abc6b5c98;hp=7c4dce8fa5e6b74972f6537ce8507a10bb908e31;hpb=a3ea8e8f2474c35b4c3e22262991afddb93c4c0e;p=mv-sheeva.git diff --git a/net/rds/ib_send.c b/net/rds/ib_send.c index 7c4dce8fa5e..e5909498117 100644 --- a/net/rds/ib_send.c +++ b/net/rds/ib_send.c @@ -34,6 +34,7 @@ #include #include #include +#include #include "rds.h" #include "ib.h" @@ -207,8 +208,7 @@ static struct rds_message *rds_ib_send_unmap_op(struct rds_ib_connection *ic, } break; default: - if (printk_ratelimit()) - printk(KERN_NOTICE + printk_ratelimited(KERN_NOTICE "RDS/IB: %s: unexpected opcode 0x%x in WR!\n", __func__, send->s_wr.opcode); break;