Hi,
在 2025/05/13 10:01, Jens Axboe 写道:
On 5/12/25 7:38 PM, Yu Kuai wrote:
Hi Jens,
Please consider pulling following changes for md-6.6 on your for-6.16/block
branch, this pull request contains:
- fix normal IO can be starved by sync IO, found by mkfs on newly created
large raid5, with some clean up patches for bdev inflight counters;
- add kconfig for md-bitmap, I have decided not to continue optimizing
based on the old bitmap implementation, and plan to invent a new lock-less
bitmap. And a new kconfig option is a good way for isolation;
Pulled, and then unpulled. This doesn't even build...
ERROR: modpost: "md_bitmap_exit" [drivers/md/md-mod.ko] undefined!
ERROR: modpost: "md_bitmap_init" [drivers/md/md-mod.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:147: Module.symvers] Error 1
make[1]: *** [/home/axboe/git/build/Makefile:1954: modpost] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Before you send out pull requests, at least ensure that it builds
both built-in and modular.
My apologize for this, the v3 patchset have this problem and Paul
reported to me, fix it in v4 however, It's a long time and somehow
I picked the v3 set here. :(
Thanks,
Kuai