Re: [PATCH v2 09/14] md/raid10: fix IO error at logical block size granularity
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
在 2026/1/28 15:57, [email protected] 写道: > From: Li Nan<[email protected]> > > RAID10 currently fixes IO error at PAGE_SIZE granularity. Fix at smaller > granularity can handle more errors, and RAID will support logical block > sizes larger than PAGE_SIZE in the future, where PAGE_SIZE IO will fail. > > Switch IO error fix granularity to logical block size. > > Signed-off-by: Li Nan<[email protected]> > --- > drivers/md/raid10.c | 18 +++++------------- > 1 file changed, 5 insertions(+), 13 deletions(-) Reviewed-by: Yu Kuai <[email protected]> -- Thansk, Kuai