]> Pileus Git - ~andy/linux/blobdiff - fs/cifs/cifs_spnego.c
Merge commit 'v3.1-rc1' into imx-fixes
[~andy/linux] / fs / cifs / cifs_spnego.c
index 33d221394acae068807adea4eeca47317a821888..2272fd5fe5b74fcac62d001987ce3980a8a0b3e0 100644 (file)
@@ -95,7 +95,7 @@ struct key_type cifs_spnego_key_type = {
 
 /* get a key struct with a SPNEGO security blob, suitable for session setup */
 struct key *
-cifs_get_spnego_key(struct cifsSesInfo *sesInfo)
+cifs_get_spnego_key(struct cifs_ses *sesInfo)
 {
        struct TCP_Server_Info *server = sesInfo->server;
        struct sockaddr_in *sa = (struct sockaddr_in *) &server->dstaddr;