[CIFS] Fix warnings shown by newer version of sparse

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French
2007-08-31 01:10:17 +00:00
parent 26f57364d7
commit 77159b4df8
4 changed files with 32 additions and 37 deletions

View File

@@ -237,7 +237,7 @@ cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen)
char *tmp_path = NULL;
char *tmpbuffer;
unsigned char *referrals = NULL;
int num_referrals = 0;
unsigned int num_referrals = 0;
int len;
__u16 fid;