]> git.baikalelectronics.ru Git - kernel.git/commit
Set unicode flag on cifs echo request to avoid Mac error
authorSteve French <smfrench@gmail.com>
Tue, 2 May 2017 18:35:20 +0000 (13:35 -0500)
committerSteve French <smfrench@gmail.com>
Tue, 2 May 2017 19:57:34 +0000 (14:57 -0500)
commit4813ce0ddd8ddb4f0600d8530d3b5610fcd46d2c
tree0620b803338e7c648c776865c0dad919d574f53f
parenta6ca12faa1fcf9c63a4a8df2f7895465fe6dd360
Set unicode flag on cifs echo request to avoid Mac error

Mac requires the unicode flag to be set for cifs, even for the smb
echo request (which doesn't have strings).

Without this Mac rejects the periodic echo requests (when mounting
with cifs) that we use to check if server is down

Signed-off-by: Steve French <smfrench@gmail.com>
CC: Stable <stable@vger.kernel.org>
fs/cifs/cifssmb.c