]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Wed, 11 Mar 2020 06:53:04 +0000 (07:53 +0100)
commitccfae499161e602237cf1290e23103501487a6a1
treec3688aaeb5e3d3caab1d95e7b9b08b5fea24d6c8
parent1e1ad0d312f8fc04773dafb3a7f264bcba85a2d6
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