summaryrefslogtreecommitdiffstats
path: root/Documentation/mips
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@cjr.nz>2022-12-16 22:03:41 -0300
committerSteve French <stfrench@microsoft.com>2022-12-19 08:03:12 -0600
commita85ceafd41927e41a4103d228a993df7edd8823b (patch)
tree2cbeb5d4ce5ecfc0ec69abb9d547d032cf02a695 /Documentation/mips
parent1d04a6fe75eef16dd1816b112edb4406fd1fbffd (diff)
downloadlinux-stable-a85ceafd41927e41a4103d228a993df7edd8823b.tar.gz
linux-stable-a85ceafd41927e41a4103d228a993df7edd8823b.tar.bz2
linux-stable-a85ceafd41927e41a4103d228a993df7edd8823b.zip
cifs: fix confusing debug message
Since rc was initialised to -ENOMEM in cifs_get_smb_ses(), when an existing smb session was found, free_xid() would be called and then print CIFS: fs/cifs/connect.c: Existing tcp session with server found CIFS: fs/cifs/connect.c: VFS: in cifs_get_smb_ses as Xid: 44 with uid: 0 CIFS: fs/cifs/connect.c: Existing smb sess found (status=1) CIFS: fs/cifs/connect.c: VFS: leaving cifs_get_smb_ses (xid = 44) rc = -12 Fix this by initialising rc to 0 and then let free_xid() print this instead CIFS: fs/cifs/connect.c: Existing tcp session with server found CIFS: fs/cifs/connect.c: VFS: in cifs_get_smb_ses as Xid: 14 with uid: 0 CIFS: fs/cifs/connect.c: Existing smb sess found (status=1) CIFS: fs/cifs/connect.c: VFS: leaving cifs_get_smb_ses (xid = 14) rc = 0 Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Cc: stable@vger.kernel.org Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'Documentation/mips')
0 files changed, 0 insertions, 0 deletions