Messages in this thread |  | | From | Paulo Alcantara <> | Subject | Re: [PATCH][SMB3] fix static analysis warning in smb3_simple_fallocate_write_range | Date | Mon, 26 Jul 2021 19:09:54 -0300 |
| |
Steve French <smfrench@gmail.com> writes:
> Clang detected a problem with rc possibly being unitialized > (when length is zero) in a recently added fallocate code path. > > Reported-by: kernel test robot <lkp@intel.com> > Signed-off-by: Steve French <stfrench@microsoft.com> > > diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c > index 23d6f4d71649..2dfd0d8297eb 100644 > --- a/fs/cifs/smb2ops.c > +++ b/fs/cifs/smb2ops.c
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
|  |