Re: [PATCH md-6.14 13/13] md/md-bitmap: support to build md-bitmap as kernel module

From: Yu Kuai
Date: Mon Jan 06 2025 - 06:35:51 EST


Hi,

在 2025/01/06 19:16, Christoph Hellwig 写道:
On Wed, Dec 25, 2024 at 07:15:46PM +0800, Yu Kuai wrote:
From: Yu Kuai <yukuai3@xxxxxxxxxx>

Now that all implementations are internal, it's sensible to build it as
kernel module now.

Why is it sensible? You need tons of exports for a small piece of
code that doesn't really feel like it is a sensible module.


So there are total 6 existed helpers that I have to export, however,
these are all historical burdens, md_cluster, raid1 slow disk, ...
And I'm trying to get rid of them for the new md bitmap I'm working on.
If you really don't like *module*, I can change the config to bool. :)

Thanks,
Kuai

.