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:43:41 +0000 (16:43 +0100)
commit99b2040d1b6b63462accb40f27c5e0a92de9805e
tree627cee4ee386f3cf66ad216b972188d7b28f3f05
parent7072ad3b1d6ca7f8c4b9aa02bb2ebd21019016f6
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