在 2025/9/12 11:18, Xiao Ni 写道:
On Thu, Sep 11, 2025 at 3:41 PM <linan666@xxxxxxxxxxxxxxx> wrote:
From: Li Nan <linan122@xxxxxxxxxx>
When adding a disk to a md array, avoid updating the array's
logical_block_size to match the new disk. This prevents accidental
partition table loss that renders the array unusable.
The later patch will introduce a way to configure the array's
logical_block_size.
The issue was introduced before Linux 2.6.12-rc2.
Fixes: d2e45eace8 ("[PATCH] Fix raid "bio too big" failures")
Hi Li Nan
I can't find the commit in
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git show d2e45eace8
fatal: ambiguous argument 'd2e45eace8': unknown revision or path not
in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Regards
Xiao
Thank you for your reply.
As mentioned in the commit message, the issue was introduced before Linux
2.6.12-rc2, and needs to be get it in the history repository.
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tglx/history.git
--
Thanks,
Nan