Re: [PATCH v3 2/2] dm: Improve zone resource limits handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +	/*
> +	 * If the limits are larger than the number of mapped sequential zones,
> +	 * assume no limits. Note that blk_revalidate_disk_zones() also executes
> +	 * this adjustment, but only for mapped devices that use zone write
> +	 * plugging, that is, for mapped devices needing zone append emulation.
> +	 * So for DM devices using native zone append of the target devices, we
> +	 * need to adjust the zone resource limits here.
> +	 */
> +	if (lim->max_active_zones > zlim.mapped_nr_seq_zones)
> +		lim->max_active_zones = 0;
> +	if (lim->max_open_zones > zlim.mapped_nr_seq_zones)
> +		lim->max_open_zones = 0;

Is there any good reason to not just do this unconditionally in common
code?





[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux