commit | e3f0dadb2b44746f6223ce4560406d19e02fb1cc | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Feb 04 07:21:26 2011 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Fri Feb 04 20:19:57 2011 +0000 |
tree | 04f1471b3ab0130c0f30c8dd28ce5e0bc8b302ec | |
parent | 64474bdd07f673cc48509ea0375274422c8f73bf [diff] |
cifs: enable signing flag in SMB header when server has it on cifs_sign_smb only generates a signature if the correct Flags2 bit is set. Make sure that it gets set correctly if we're sending an async call. This patch fixes: https://bugzilla.kernel.org/show_bug.cgi?id=28142 Reported-and-Tested-by: JG <jg@cms.ac> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>