OSDN Git Service

smb: client: fix warning in CIFSFindNext()
authorPaulo Alcantara <pc@manguebit.com>
Mon, 19 Jun 2023 21:41:00 +0000 (18:41 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 21 Jun 2023 04:03:03 +0000 (23:03 -0500)
commit215533f888dcf18f7cfbbf520bdd52e67ac6265a
tree40d827498e99724e8d67038f9a6142784c46d36d
parent032137fe136a6073dcc699ee15fa3fd05fd77f21
smb: client: fix warning in CIFSFindNext()

This fixes the following warning reported by kernel test robot

  fs/smb/client/cifssmb.c:4216 CIFSFindNext() warn: missing error
  code? 'rc'

Link: https://lore.kernel.org/all/202306170124.CtQqzf0I-lkp@intel.com/
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifssmb.c