Re: [PATCH v2 1/3] part: add part_get_info_cached() API

2025-04-11 Thread Ilias Apalodimas
Hi Neil, On Tue, 8 Apr 2025 at 12:13, Neil Armstrong wrote: > > Introduce a new part_get_info_cached() API that's used to > get the part_info of a blk_desc allowing to use an eventual > partition scanning cache to avoid rescanning the entire disk > partition scheme for each partition number. > >

Re: [PATCH v2 1/3] part: add part_get_info_cached() API

2025-04-08 Thread Neil Armstrong
On 08/04/2025 11:55, Heinrich Schuchardt wrote: On 08.04.25 11:13, Neil Armstrong wrote: Introduce a new part_get_info_cached() API that's used to get the part_info of a blk_desc allowing to use an eventual partition scanning cache to avoid rescanning the entire disk partition scheme for each pa

Re: [PATCH v2 1/3] part: add part_get_info_cached() API

2025-04-08 Thread Heinrich Schuchardt
On 08.04.25 11:13, Neil Armstrong wrote: Introduce a new part_get_info_cached() API that's used to get the part_info of a blk_desc allowing to use an eventual partition scanning cache to avoid rescanning the entire disk partition scheme for each partition number. The part_get_info_cached_free()

[PATCH v2 1/3] part: add part_get_info_cached() API

2025-04-08 Thread Neil Armstrong
Introduce a new part_get_info_cached() API that's used to get the part_info of a blk_desc allowing to use an eventual partition scanning cache to avoid rescanning the entire disk partition scheme for each partition number. The part_get_info_cached_free() is also added to hint the partition code to