diff options
Diffstat (limited to 'drivers/md/raid5.h')
| -rw-r--r-- | drivers/md/raid5.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 18b2c4a8a1f..b0b663b119a 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h @@ -221,10 +221,6 @@ struct stripe_head {  	struct stripe_operations {  		int 		     target, target2;  		enum sum_check_flags zero_sum_result; -		#ifdef CONFIG_MULTICORE_RAID456 -		unsigned long	     request; -		wait_queue_head_t    wait_for_ops; -		#endif  	} ops;  	struct r5dev {  		/* rreq and rvec are used for the replacement device when @@ -323,6 +319,7 @@ enum {  	STRIPE_COMPUTE_RUN,  	STRIPE_OPS_REQ_PENDING,  	STRIPE_ON_UNPLUG_LIST, +	STRIPE_DISCARD,  };  /* |