[CIFS] Fix compiler warnings

Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy

Signed-off-by: Steve French (sfrench@us.ibm.com)
This commit is contained in:
Steve French
2005-09-15 20:44:50 -07:00
parent 9a899e7668
commit ab2f218f4f
4 changed files with 6 additions and 5 deletions

View File

@@ -791,8 +791,8 @@ static ssize_t cifs_write(struct file *file, const char *write_data,
pTcon = cifs_sb->tcon;
cFYI(1,(" write %d bytes to offset %lld of %s", write_size,
*poffset, file->f_dentry->d_name.name)); /* BB removeme BB */
cFYI(1,("write %zd bytes to offset %lld of %s", write_size,
*poffset, file->f_dentry->d_name.name));
if (file->private_data == NULL)
return -EBADF;