Commit 0f83b110f0cf6aef59e66184d5a1513318d654b5
Committed by
James Bottomley
1 parent
5c9a6890de
Exists in
master
and in
7 other branches
[SCSI] zfcp: Remove field sbal_last from trace record.
This field is not needed, because it designates an index with a fix offset from sbal_first. It's name is confusing anyway. Signed-off-by: Martin Peschke <mp3@de.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Showing 2 changed files with 0 additions and 3 deletions Side-by-side Diff
drivers/s390/scsi/zfcp_dbf.c
... | ... | @@ -187,7 +187,6 @@ |
187 | 187 | response->fsf_req_status = fsf_req->status; |
188 | 188 | response->sbal_first = fsf_req->sbal_first; |
189 | 189 | response->sbal_curr = fsf_req->sbal_curr; |
190 | - response->sbal_last = fsf_req->sbal_last; | |
191 | 190 | response->pool = fsf_req->pool != NULL; |
192 | 191 | response->erp_action = (unsigned long)fsf_req->erp_action; |
193 | 192 | |
... | ... | @@ -356,7 +355,6 @@ |
356 | 355 | zfcp_dbf_out(p, "fsf_req_status", "0x%08x", r->fsf_req_status); |
357 | 356 | zfcp_dbf_out(p, "sbal_first", "0x%02x", r->sbal_first); |
358 | 357 | zfcp_dbf_out(p, "sbal_curr", "0x%02x", r->sbal_curr); |
359 | - zfcp_dbf_out(p, "sbal_last", "0x%02x", r->sbal_last); | |
360 | 358 | zfcp_dbf_out(p, "pool", "0x%02x", r->pool); |
361 | 359 | |
362 | 360 | switch (r->fsf_command) { |