]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit3f6166aaf19902f2f3124b5426405e292e8974dd
tree775d7d7d4abe0e01dc67b1af165a8461f322f353
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
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: 96281b9e46eb ("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