Commit 9926109d authored by David S. Miller's avatar David S. Miller

[SMBFS]: Use '%z' printf format for size_t types.

parent a425c254
......@@ -269,7 +269,7 @@ smb_file_sendfile(struct file *file, loff_t *ppos,
status = smb_revalidate_inode(dentry);
if (status) {
PARANOIA("%s/%s validation failed, error=%d\n",
PARANOIA("%s/%s validation failed, error=%zd\n",
DENTRY_PATH(dentry), status);
goto out;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment