diff options
Diffstat (limited to 'drivers/md/dm-mpath.c')
| -rw-r--r-- | drivers/md/dm-mpath.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index d267bb5705e..51bb81676be 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c @@ -905,8 +905,8 @@ static int multipath_ctr(struct dm_target *ti, unsigned int argc,  		goto bad;  	} -	ti->num_flush_requests = 1; -	ti->num_discard_requests = 1; +	ti->num_flush_bios = 1; +	ti->num_discard_bios = 1;  	return 0;  |