[linux-cifs-client] [PATCH 2/5] cifs: add mechListMIC pointer to TCP_Server_Info struct

Jeff Layton jlayton at redhat.com
Mon Aug 18 19:41:06 GMT 2008


Signed-off-by: Jeff Layton <jlayton at redhat.com>
---
 fs/cifs/cifsglob.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 7e1cf26..00879c4 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -152,6 +152,7 @@ struct TCP_Server_Info {
 	char server_GUID[16];
 	char secMode;
 	enum securityEnum secType;
+	unsigned char *mechListMIC;
 	unsigned int maxReq;	/* Clients should submit no more */
 	/* than maxReq distinct unanswered SMBs to the server when using  */
 	/* multiplexed reads or writes */
-- 
1.5.5.1



More information about the linux-cifs-client mailing list