net/rds: use prink_ratelimited() instead of printk_ratelimit()
authorManuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Thu, 16 Jun 2011 02:09:57 +0000 (02:09 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Fri, 17 Jun 2011 04:03:03 +0000 (00:03 -0400)
commitcb0a60564943db21ed3af975ac3d578cdc80b329
tree207d01d3d6531dde9521abce061a4c48ad1d3690
parentd751e623969bf758f3f75f59418b19ede570ab50
net/rds: use prink_ratelimited() instead of printk_ratelimit()

Since printk_ratelimit() shouldn't be used anymore (see comment in
include/linux/printk.h), replace it with printk_ratelimited()

Signed-off-by: Manuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
net/rds/bind.c
net/rds/ib_cm.c
net/rds/ib_send.c
net/rds/iw_cm.c
net/rds/iw_rdma.c
net/rds/iw_send.c
net/rds/send.c
This page took 0.038544 seconds and 5 git commands to generate.