aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/affs/inode.c')
-rw-r--r--fs/affs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/affs/inode.c b/fs/affs/inode.c
index e217c511459b..d0609a282e1d 100644
--- a/fs/affs/inode.c
+++ b/fs/affs/inode.c
@@ -348,9 +348,9 @@ affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s3
348 u32 block = 0; 348 u32 block = 0;
349 int retval; 349 int retval;
350 350
351 pr_debug("%s(dir=%u, inode=%u, \"%*s\", type=%d)\n", 351 pr_debug("%s(dir=%u, inode=%u, \"%pd\", type=%d)\n",
352 __func__, (u32)dir->i_ino, 352 __func__, (u32)dir->i_ino,
353 (u32)inode->i_ino, (int)dentry->d_name.len, dentry->d_name.name, type); 353 (u32)inode->i_ino, dentry, type);
354 354
355 retval = -EIO; 355 retval = -EIO;
356 bh = affs_bread(sb, inode->i_ino); 356 bh = affs_bread(sb, inode->i_ino);