diff options
author | Steve French <sfrench@us.ibm.com> | 2009-05-02 01:40:39 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-05-02 01:40:39 -0400 |
commit | 24d35add2bd09a427cacb7a39e14f3e47ed4d766 (patch) | |
tree | 197105d49e9808b01387d0de45a63285d9c67f61 /fs/cifs | |
parent | 989c7e512f4dc976b10803ab0c449bdaaf3eaabd (diff) |
[CIFS] Remove sparse warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifssmb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 259f633ca594..4e10efd2432c 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -2573,7 +2573,6 @@ CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, | |||
2573 | { | 2573 | { |
2574 | int rc = 0; | 2574 | int rc = 0; |
2575 | int bytes_returned; | 2575 | int bytes_returned; |
2576 | int name_len; | ||
2577 | struct smb_com_transaction_ioctl_req *pSMB; | 2576 | struct smb_com_transaction_ioctl_req *pSMB; |
2578 | struct smb_com_transaction_ioctl_rsp *pSMBr; | 2577 | struct smb_com_transaction_ioctl_rsp *pSMBr; |
2579 | 2578 | ||