search for: jefflexu

Displaying 1 result from an estimated 1 matches for "jefflexu".

Did you mean: jefflaux
2020 Jul 30
0
[PATCH] virtio-blk: fix discard buffer overrun
...it can recure once the generic block layer breaks the guarantee as code > refactoring. > > commit 8cb6af7b3a6d ("nvme: Fix discard buffer overrun") has fixed the similar > issue in nvme driver. This patch is also inspired by this commit. > > Signed-off-by: Jeffle Xu <jefflexu at linux.alibaba.com> > Reviewed-by: Joseph Qi <joseph.qi at linux.alibaba.com> > --- > drivers/block/virtio_blk.c | 23 ++++++++++++++++++----- > 1 file changed, 18 insertions(+), 5 deletions(-) > > diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c...