]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix mount option display for sec=krb5i
authorPetr Pavlu <petr.pavlu@suse.com>
Mon, 10 Feb 2020 09:38:14 +0000 (10:38 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 10 Feb 2020 14:32:30 +0000 (08:32 -0600)
commiteb954d00c63f2abc706b96b76ab109ad6935fe93
tree775d7d7d4abe0e01dc67b1af165a8461f322f353
parent900abd43b6d837ba70928a9ee9599ba3be1d2fb6
cifs: fix mount option display for sec=krb5i

Fix display for sec=krb5i which was wrongly interleaved by cruid,
resulting in string "sec=krb5,cruid=<...>i" instead of
"sec=krb5i,cruid=<...>".

Fixes: 61ff8871c044 ("smb3: for kerberos mounts display the credential uid used")
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.c