From: Roland Dreier Date: Sun, 18 Jun 2006 03:37:33 +0000 (-0700) Subject: IB/srp: Get rid of "Target has req_lim 0" messages X-Git-Tag: v2.6.18-rc1~1110^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bfa24fa3e189269e113197a80e12862c211b3d3;p=pandora-kernel.git IB/srp: Get rid of "Target has req_lim 0" messages It's perfectly valid for a connection to an SRP target to have a request limit of 0, so get rid of the message about it, which can spam kernel logs even with printk_ratelimit(). Keep a count of such events in a "zero_req_lim" SCSI host attribute instead, so someone who cares can look at the statistics. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed