diff options
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index a5439a4b8f97..4a5fa2d1c44c 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -70,6 +70,7 @@ struct scsi_cmnd { | |||
70 | /* These elements define the operation we ultimately want to perform */ | 70 | /* These elements define the operation we ultimately want to perform */ |
71 | unsigned short use_sg; /* Number of pieces of scatter-gather */ | 71 | unsigned short use_sg; /* Number of pieces of scatter-gather */ |
72 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ | 72 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ |
73 | unsigned short __use_sg; | ||
73 | 74 | ||
74 | unsigned underflow; /* Return error if less than | 75 | unsigned underflow; /* Return error if less than |
75 | this amount is transferred */ | 76 | this amount is transferred */ |