|
@@ -2569,7 +2569,7 @@ static long process_accept_req(struct file *filp, unsigned int cmd,
|
|
* new cb requests.
|
|
* new cb requests.
|
|
*/
|
|
*/
|
|
if (!cb_txn) {
|
|
if (!cb_txn) {
|
|
- pr_err("%s txn %d either invalid or removed from Q\n",
|
|
|
|
|
|
+ pr_err_ratelimited("%s txn %d either invalid or removed from Q\n",
|
|
__func__, user_args.txn_id);
|
|
__func__, user_args.txn_id);
|
|
goto start_waiting_for_requests;
|
|
goto start_waiting_for_requests;
|
|
}
|
|
}
|