diff options
Diffstat (limited to 'drivers/target/target_core_rd.h')
| -rw-r--r-- | drivers/target/target_core_rd.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/target/target_core_rd.h b/drivers/target/target_core_rd.h index 1789d1e1439..cc46a6a89b3 100644 --- a/drivers/target/target_core_rd.h +++ b/drivers/target/target_core_rd.h @@ -33,8 +33,12 @@ struct rd_dev {  	u32		rd_page_count;  	/* Number of SG tables in sg_table_array */  	u32		sg_table_count; +	/* Number of SG tables in sg_prot_array */ +	u32		sg_prot_count;  	/* Array of rd_dev_sg_table_t containing scatterlists */  	struct rd_dev_sg_table *sg_table_array; +	/* Array of rd_dev_sg_table containing protection scatterlists */ +	struct rd_dev_sg_table *sg_prot_array;  	/* Ramdisk HBA device is connected to */  	struct rd_host *rd_host;  } ____cacheline_aligned;  | 
