[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-7.2] block/blkio: Set BlockDriver::has_variable_length to
From: |
Kevin Wolf |
Subject: |
Re: [PATCH for-7.2] block/blkio: Set BlockDriver::has_variable_length to false |
Date: |
Thu, 10 Nov 2022 14:53:23 +0100 |
Am 08.11.2022 um 15:44 hat Alberto Faria geschrieben:
> Setting it to true can cause the device size to be queried from libblkio
> in otherwise fast paths, degrading performance. Set it to false and
> require users to refresh the device size explicitly instead.
>
> Fixes: 4c8f4fda0504 ("block/blkio: Tolerate device size changes")
> Suggested-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Alberto Faria <afaria@redhat.com>
Thanks, applied to the block branch.
Kevin