Re: [PATCH] btrfs: don't warn if discard range is not aligned to sector

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

 




-	if (WARN_ON(start != aligned_start)) {
+	/* Adjust the range to be aligned to 512B sectors if necessary. */
+	if (start != aligned_start) {

Reviewed-by: Anand Jain <anand.jain@xxxxxxxxxx>

Thanks, Anand





[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux