Commit ffe6dc3c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] smbfs: remove debug code

Remove an unneeded WSET() which snuck in there.
parent 416cd06a
......@@ -162,7 +162,6 @@ int smbiod_retry(struct smb_sb_info *server)
req = list_entry(head, struct smb_request, rq_queue);
head = head->next;
WSET(req->rq_header, smb_uid, -1);
req->rq_bytes_sent = 0;
if (req->rq_flags & SMB_REQ_NORETRY) {
VERBOSE("aborting request %p on xmitq\n", req);
......
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