Re: [PATCH v1 01/11] dm-pcache: add pcache_internal.h

2025-07-01 Thread Jonathan Cameron
On Tue, 24 Jun 2025 07:33:48 + Dongsheng Yang wrote: > Consolidate common PCACHE helpers into a new header so that subsequent > patches can include them without repeating boiler-plate. > > - Logging macros with unified prefix and location info. > - Common constants (KB/MB helpers, metadata r

[PATCH v1 01/11] dm-pcache: add pcache_internal.h

2025-06-24 Thread Dongsheng Yang
Consolidate common PCACHE helpers into a new header so that subsequent patches can include them without repeating boiler-plate. - Logging macros with unified prefix and location info. - Common constants (KB/MB helpers, metadata replica count, CRC seed). - On-disk metadata header definition and CRC