Re: [PATCH v1 05/11] dm-pcache: add cache_segment

2025-07-06 Thread Dongsheng Yang
在 7/1/2025 10:59 PM, Jonathan Cameron 写道: On Tue, 24 Jun 2025 07:33:52 + Dongsheng Yang wrote: Introduce *cache_segment.c*, the in-memory/on-disk glue that lets a `struct pcache_cache` manage its array of data segments. * Metadata handling - Loads the most-recent replica of both the

Re: [PATCH v1 05/11] dm-pcache: add cache_segment

2025-07-01 Thread Jonathan Cameron
On Tue, 24 Jun 2025 07:33:52 + Dongsheng Yang wrote: > Introduce *cache_segment.c*, the in-memory/on-disk glue that lets a > `struct pcache_cache` manage its array of data segments. > > * Metadata handling > - Loads the most-recent replica of both the segment-info block > (`struct pcac