Skip to content

Commit

Permalink
[CIFS] Remove compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
  • Loading branch information
Steve French committed Jan 18, 2006
1 parent eeac804 commit d41f084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d41f084

Please sign in to comment.