aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/st.h')
-rw-r--r--drivers/scsi/st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h
index b92712f95931..74748abe8246 100644
--- a/drivers/scsi/st.h
+++ b/drivers/scsi/st.h
@@ -44,6 +44,8 @@ struct st_buffer {
44 int syscall_result; 44 int syscall_result;
45 struct st_request *last_SRpnt; 45 struct st_request *last_SRpnt;
46 struct st_cmdstatus cmdstat; 46 struct st_cmdstatus cmdstat;
47 struct page **reserved_pages;
48 struct rq_map_data map_data;
47 unsigned char *b_data; 49 unsigned char *b_data;
48 unsigned short use_sg; /* zero or max number of s/g segments for this adapter */ 50 unsigned short use_sg; /* zero or max number of s/g segments for this adapter */
49 unsigned short sg_segs; /* number of segments in s/g list */ 51 unsigned short sg_segs; /* number of segments in s/g list */