Re: [PATCH 7/9] btrfs: quiten warn if the replace is canceled at finish

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

 




On 7.11.18 г. 13:43 ч., Anand Jain wrote:
> -	WARN_ON(ret);
> +	if (ret != -ECANCELED)
> +		WARN_ON(ret);

WARN_ON(ret && ret != -ECANCELED)



[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux