Re: [PATCH 6/9] btrfs: replace's scrub must not be running in replace suspended state

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

 




On 7.11.18 г. 13:43 ч., Anand Jain wrote:
> +		/* scrub for replace must not be running in suspended state */
> +		if (btrfs_scrub_cancel(fs_info) != -ENOTCONN)
> +			ASSERT(0);

ASSERT(btrfs_scrub_cancel(fs_info) == -ENOTCONN)



[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