OSDN Git Service

cifs: Fix mode output in debugging statements
authorFrank Sorenson <sorenson@redhat.com>
Wed, 12 Feb 2020 21:31:48 +0000 (15:31 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:42:15 +0000 (16:42 +0100)
commitb6b77b5ed35cada80ed58c0565fe58e50a29cc3c
treeee18fbebc1bd4b2276f9223d0f753aa565fe49ed
parentffbd6a62ff037bf1705b03039420adc6f6960fc8
cifs: Fix mode output in debugging statements

[ Upstream commit f52aa79df43c4509146140de0241bc21a4a3b4c7 ]

A number of the debug statements output file or directory mode
in hex.  Change these to print using octal.

Signed-off-by: Frank Sorenson <sorenson@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/cifs/cifsacl.c
fs/cifs/connect.c
fs/cifs/inode.c