Explorar o código

[CIFS] Remove compiler warning

Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French %!s(int64=19) %!d(string=hai) anos
pai
achega
d41f084a74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/cifs/cifssmb.c

+ 1 - 1
fs/cifs/cifssmb.c

@@ -2542,7 +2542,7 @@ CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid,
 	if (rc) {
 	if (rc) {
 		cFYI(1, ("Send error in QuerySecDesc = %d", rc));
 		cFYI(1, ("Send error in QuerySecDesc = %d", rc));
 	} else {                /* decode response */
 	} else {                /* decode response */
-		struct sec_desc * psec_desc;
+		struct cifs_sid * psec_desc;
 		__le32 * parm;
 		__le32 * parm;
 		int parm_len;
 		int parm_len;
 		int data_len;
 		int data_len;