diff options
Diffstat (limited to 'fs/ceph/inode.c')
| -rw-r--r-- | fs/ceph/inode.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index be0f7e20d62e..bd2289a4f40d 100644 --- a/fs/ceph/inode.c +++ b/fs/ceph/inode.c @@ -903,8 +903,8 @@ static struct dentry *splice_dentry(struct dentry *dn, struct inode *in,  	} else if (realdn) {  		dout("dn %p (%d) spliced with %p (%d) "  		     "inode %p ino %llx.%llx\n", -		     dn, dn->d_count, -		     realdn, realdn->d_count, +		     dn, d_count(dn), +		     realdn, d_count(realdn),  		     realdn->d_inode, ceph_vinop(realdn->d_inode));  		dput(dn);  		dn = realdn;  | 
