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)
committerSteve French <stfrench@microsoft.com>
Thu, 13 Feb 2020 04:24:26 +0000 (22:24 -0600)
commitf52aa79df43c4509146140de0241bc21a4a3b4c7
treea168ae49d4300dace35d5ccf83d0e9f22d82bc8d
parent3f6166aaf19902f2f3124b5426405e292e8974dd
cifs: Fix mode output in debugging statements

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>
fs/cifs/cifsacl.c
fs/cifs/connect.c
fs/cifs/inode.c