X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fscsi%2Fsd.h;h=7a049de220512777dd8d1cb43e665a9c351023d5;hb=92677959bdadb8f7dd2809c5eedc4cd8ca8aeee2;hp=74a1e4ca5401f9a58e6e705bb2fc8a99fcd04a0f;hpb=8665ffc9215be1fe56f97500dad0440c9b644f5c;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/scsi/sd.h b/drivers/scsi/sd.h index 74a1e4ca5401..7a049de22051 100644 --- a/drivers/scsi/sd.h +++ b/drivers/scsi/sd.h @@ -73,6 +73,7 @@ struct scsi_disk { u8 protection_type;/* Data Integrity Field */ u8 provisioning_mode; unsigned ATO : 1; /* state of disk ATO bit */ + unsigned cache_override : 1; /* temp override of WCE,RCD */ unsigned WCE : 1; /* state of disk WCE bit */ unsigned RCD : 1; /* state of disk RCD bit, unused */ unsigned DPOFUA : 1; /* state of disk DPOFUA bit */ @@ -83,6 +84,7 @@ struct scsi_disk { unsigned lbpws : 1; unsigned lbpws10 : 1; unsigned lbpvpd : 1; + unsigned ws10 : 1; unsigned ws16 : 1; }; #define to_scsi_disk(obj) container_of(obj,struct scsi_disk,dev)