Commit 652490f0 authored by James Bottomley's avatar James Bottomley

sg: fix hch/dougg mismerge

Need to remove access_count from new seq_file code
parent 4efe9c82
......@@ -2885,7 +2885,7 @@ static int sg_proc_seq_show_dev(struct seq_file *s, void *v)
seq_printf(s, "%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n",
scsidp->host->host_no, scsidp->channel,
scsidp->id, scsidp->lun, (int) scsidp->type,
(int) atomic_read(&scsidp->access_count),
1,
(int) scsidp->queue_depth,
(int) scsidp->device_busy,
(int) scsidp->online);
......
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