Re: [PATCH RFC md-6.16 v3 17/19] md/md-llbitmap: implement all bitmap operations

2025-05-12 Thread Yu Kuai
Hi, 在 2025/05/12 13:18, Christoph Hellwig 写道: On Mon, May 12, 2025 at 09:19:25AM +0800, Yu Kuai wrote: And following APIs that are not needed: - llbitmap_write_all, used in old bitmap to mark all pages need writeback; - llbitmap_daemon_work, used in old bitmap, llbitmap use timer to t

Re: [PATCH RFC md-6.16 v3 17/19] md/md-llbitmap: implement all bitmap operations

2025-05-11 Thread Christoph Hellwig
On Mon, May 12, 2025 at 09:19:25AM +0800, Yu Kuai wrote: > And following APIs that are not needed: > - llbitmap_write_all, used in old bitmap to mark all pages need > writeback; > - llbitmap_daemon_work, used in old bitmap, llbitmap use timer to >trigger daemon; > - llbitmap_cond_end_sync,