cifs: fix uninitialised var in smb2_compound_op()
authorPaulo Alcantara <pc@cjr.nz>
Tue, 4 Oct 2022 18:10:09 +0000 (15:10 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 13 Oct 2022 14:36:38 +0000 (09:36 -0500)
commit69ccafdd35cdffd72504bfed58dcaee5e73a88a7
tree33d242d96e5fc088999e90f203c10ac25059ae32
parent76894f3e2f71177747b8b4763fb180e800279585
cifs: fix uninitialised var in smb2_compound_op()

Fix uninitialised variable @idata when calling smb2_compound_op() with
SMB2_OP_POSIX_QUERY_INFO.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2inode.c