diff options
author | Steve French | 2006-01-18 04:16:53 +0100 |
---|---|---|
committer | Steve French | 2006-01-18 04:16:53 +0100 |
commit | d41f084a74de860fe879403fbbad13abdf7aea8e (patch) | |
tree | dd5e36f5a6bbd917daa605ec4e5483edc9a52d92 /fs | |
parent | [CIFS] Fix CIFS to recognize share mode security (diff) | |
download | kernel-qcow2-linux-d41f084a74de860fe879403fbbad13abdf7aea8e.tar.gz kernel-qcow2-linux-d41f084a74de860fe879403fbbad13abdf7aea8e.tar.xz kernel-qcow2-linux-d41f084a74de860fe879403fbbad13abdf7aea8e.zip |
[CIFS] Remove compiler warning
Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 7a4e936d726c..217323b0c896 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -2542,7 +2542,7 @@ CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon, __u16 fid, if (rc) { cFYI(1, ("Send error in QuerySecDesc = %d", rc)); } else { /* decode response */ - struct sec_desc * psec_desc; + struct cifs_sid * psec_desc; __le32 * parm; int parm_len; int data_len; |