smb3: fix typo in mount options displayed in /proc/mounts
authorSteve French <stfrench@microsoft.com>
Wed, 10 Jun 2020 00:50:40 +0000 (19:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jun 2020 14:41:56 +0000 (16:41 +0200)
commit57b152ce083c1cb64a1873d0409fbf8361e025d5
tree8326fe5d991697fa5401ddb2aea4c22e8eac6626
parent2e6c1ad04e7e19b0ac6aa4eefe786076c818e26a
smb3: fix typo in mount options displayed in /proc/mounts

commit 7866c177a03b18be3d83175014c643546e5b53c6 upstream.

Missing the final 's' in "max_channels" mount option when displayed in
/proc/mounts (or by mount command)

CC: Stable <stable@vger.kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Shyam Prasad N <nspmangalore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/cifsfs.c