Re: [PATCH 2/4] configfs: Fix writing at a non-zero offset

From: Bart Van Assche
Date: Wed Jul 28 2021 - 13:55:25 EST


On 7/28/21 10:14 AM, Bodo Stroesser wrote:
I reviewed and tested the new patch. For me it works fine.

Just one warning to fix:

fs/configfs/file.c: In function ‘fill_write_buffer’:
fs/configfs/file.c:184:6: warning: unused variable ‘to_copy’ [-Wunused-variable]
  int to_copy, copied;
      ^~~~~~~

Apart from that you can add my tested-by or reviewed-by if you want.

I will remove the 'to_copy' variable and also add your Tested-by. Thanks for
having tested this patch!

Bart.