diff options
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 5ecda554f913..4173f23a71d9 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -791,8 +791,8 @@ static ssize_t cifs_write(struct file *file, const char *write_data, | |||
791 | 791 | ||
792 | pTcon = cifs_sb->tcon; | 792 | pTcon = cifs_sb->tcon; |
793 | 793 | ||
794 | cFYI(1,(" write %d bytes to offset %lld of %s", write_size, | 794 | cFYI(1,("write %zd bytes to offset %lld of %s", write_size, |
795 | *poffset, file->f_dentry->d_name.name)); /* BB removeme BB */ | 795 | *poffset, file->f_dentry->d_name.name)); |
796 | 796 | ||
797 | if (file->private_data == NULL) | 797 | if (file->private_data == NULL) |
798 | return -EBADF; | 798 | return -EBADF; |