projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeac804
)
[CIFS] Remove compiler warning
author
Steve French
<sfrench@us.ibm.com>
Wed, 18 Jan 2006 03:16:53 +0000
(19:16 -0800)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 18 Jan 2006 03:16:53 +0000
(19:16 -0800)
Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifssmb.c
b/fs/cifs/cifssmb.c
index 7a4e936d726c2bbf26c17ff09c5e729c27205314..217323b0c8966ae62db2683038adcda6d53dce3b 100644
(file)
--- 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;