commit | 46e6661963fb5d55952b550f0716bda22e10f1ae | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Apr 11 13:53:17 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue May 07 23:24:55 2019 -0500 |
tree | 10053084f0892547aed2b2881f3bf96052f42033 | |
parent | efac779b1c69670ed1e5ab84123ccc2c14e082f0 [diff] |
SMB3: Add handling for different FSCTL access flags DesiredAccess field in SMB3 open request needs to be set differently for READ vs. WRITE ioctls (not just ones that request both). Originally noticed by Pavel Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>