diff options
author | Steve French <sfrench@us.ibm.com> | 2006-01-17 22:16:53 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-01-17 22:16:53 -0500 |
commit | d41f084a74de860fe879403fbbad13abdf7aea8e (patch) | |
tree | dd5e36f5a6bbd917daa605ec4e5483edc9a52d92 | |
parent | eeac8047fcf4c659eb15f2e27a0ef4aeba64157f (diff) |
[CIFS] Remove compiler warning
Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
-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, | |||
2542 | if (rc) { | 2542 | if (rc) { |
2543 | cFYI(1, ("Send error in QuerySecDesc = %d", rc)); | 2543 | cFYI(1, ("Send error in QuerySecDesc = %d", rc)); |
2544 | } else { /* decode response */ | 2544 | } else { /* decode response */ |
2545 | struct sec_desc * psec_desc; | 2545 | struct cifs_sid * psec_desc; |
2546 | __le32 * parm; | 2546 | __le32 * parm; |
2547 | int parm_len; | 2547 | int parm_len; |
2548 | int data_len; | 2548 | int data_len; |