]> git.baikalelectronics.ru Git - kernel.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)
committerSteve French <stfrench@microsoft.com>
Thu, 13 Feb 2020 04:24:26 +0000 (22:24 -0600)
commit55fa655f93b7107a68ba9a5dc1074decd500aae6
treea168ae49d4300dace35d5ccf83d0e9f22d82bc8d
parenteb954d00c63f2abc706b96b76ab109ad6935fe93
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