> 2025年11月29日 17:01,zhangshida <[email protected]> 写道: > > From: Shida Zhang <[email protected]> > > Don't call bio->bi_end_io() directly. Use the bio_endio() helper > function instead, which handles completion more safely and uniformly. > > Suggested-by: Christoph Hellwig <[email protected]> > Signed-off-by: Shida Zhang <[email protected]> > --- > drivers/md/bcache/request.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c > index af345dc6fde..82fdea7dea7 100644 > --- a/drivers/md/bcache/request.c > +++ b/drivers/md/bcache/request.c
[snipped] The patch is good. Please modify the patch subject to: bcache: fix improper use of bi_end_io You may directly send the refined version to linux-bcache mailing list, I will take it. Thanks. Coly Li
