diff options
author | Steve French <sfrench@us.ibm.com> | 2008-05-15 06:20:02 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-15 06:20:02 +0000 |
commit | c2cf07d591ef7bc25c220249822d9bdf0f44c75c (patch) | |
tree | 6ed62b119c839f1ed0b7ec1ad5fdf874cf8a9f5a /fs/cifs/link.c | |
parent | f9ddcca4cf7d95238beb295484d1de7c0bf490dd (diff) | |
download | linux-c2cf07d591ef7bc25c220249822d9bdf0f44c75c.tar.bz2 |
[CIFS] Finishup DFS code
Fixup GetDFSRefer to prepare for cleanup of SMB response processing
Fix build warning in link.c
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/link.c')
-rw-r--r-- | fs/cifs/link.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/link.c b/fs/cifs/link.c index 316f9830ce3b..63f644000ce5 100644 --- a/fs/cifs/link.c +++ b/fs/cifs/link.c @@ -234,7 +234,6 @@ cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen) struct cifs_sb_info *cifs_sb; struct cifsTconInfo *pTcon; char *full_path = NULL; - char *tmp_path = NULL; char *tmpbuffer; int len; __u16 fid; |