> Subject: Re: [bug report] CIFS: Add support for direct I/O write > > On Fri, Nov 30, 2018 at 11:45:12AM +0300, Dan Carpenter wrote: > > Hello Long Li, > > > > The patch 8c5f9c1ab7cb: "CIFS: Add support for direct I/O write" from > > Oct 31, 2018, leads to the following static checker warning: > > > > fs/cifs/file.c:2568 cifs_resend_wdata() > > error: uninitialized symbol 'wsize'. > > > > There is a second warning in that file as well... Sorry, for not including it > earlier. > > fs/cifs/file.c:3266 cifs_resend_rdata() error: uninitialized symbol 'rsize'. Thank you. I will submit a patch to fix them. > > regards, > dan carpenter