Commit c10e9075 authored by Tim Gardner's avatar Tim Gardner Committed by Kamal Mostafa

Revert "UBUNTU: SAUCE: nbd: ratelimit error msgs after socket close"

BugLink: http://bugs.launchpad.net/bugs/1580754

This reverts commit 28c8fd86.

Revert in favor of upstream stable.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 60cf0661
......@@ -618,8 +618,8 @@ static void nbd_request_handler(struct request_queue *q)
req, req->cmd_type);
if (unlikely(!nbd->sock)) {
dev_err_ratelimited(disk_to_dev(nbd->disk),
"Attempted send on closed socket\n");
dev_err(disk_to_dev(nbd->disk),
"Attempted send on closed socket\n");
req->errors++;
nbd_end_request(nbd, req);
spin_lock_irq(q->queue_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment