s3: smbd: Clarify POSIX name handling in SMB2 get/setinfo calls.
authorJeremy Allison <jra@samba.org>
Mon, 18 Mar 2019 21:52:26 +0000 (14:52 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 19 Mar 2019 22:55:11 +0000 (22:55 +0000)
commit944c577a96fd58634f21bda75deb52a4fb9a6d8e
tree1526c36183b8676872bc2b0286c8868f5ea39e8d
parent7e77f1fea6c922b76a6961e477a4d72815f08886
s3: smbd: Clarify POSIX name handling in SMB2 get/setinfo calls.

We should never be looking at the info level here, the create
call will have set the correct POSIX flag on the smb_filename
struct.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Mar 19 22:55:11 UTC 2019 on sn-devel-144
source3/smbd/smb2_getinfo.c
source3/smbd/smb2_setinfo.c