Re: [PATCH] nbd/server.c: Remove unused field

2022-01-12 Thread Eric Blake
On Tue, Jan 11, 2022 at 09:17:43PM +0100, Philippe Mathieu-Daudé wrote: > On 1/11/22 20:43, Nir Soffer wrote: > > NBDRequestData struct has unused QSIMPLEQ_ENTRY filed. It seems that s/filed/field/ > > this field exists since the first git commit and was never used. If my git sleuthing is right,

Re: [PATCH] nbd/server.c: Remove unused field

2022-01-11 Thread Philippe Mathieu-Daudé
On 1/11/22 20:43, Nir Soffer wrote: > NBDRequestData struct has unused QSIMPLEQ_ENTRY filed. It seems that > this field exists since the first git commit and was never used. > > Signed-off-by: Nir Soffer > --- > nbd/server.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-D

[PATCH] nbd/server.c: Remove unused field

2022-01-11 Thread Nir Soffer
NBDRequestData struct has unused QSIMPLEQ_ENTRY filed. It seems that this field exists since the first git commit and was never used. Signed-off-by: Nir Soffer --- nbd/server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nbd/server.c b/nbd/server.c index 3927f7789d..ce5b2a1d02 100644 ---