commit | 6bfa24fa3e189269e113197a80e12862c211b3d3 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sat Jun 17 20:37:33 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sat Jun 17 20:37:33 2006 -0700 |
tree | cdd5adcb58ce726708a48636d3b657155000e8cf | |
parent | b7ac4ab497e44cba75fb0e9e5afca06776518934 [diff] |
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 <rolandd@cisco.com>