Merge remote-tracking branch 'linus/master' into testing

This commit is contained in:
Sage Weil
2013-08-15 11:11:45 -07:00
9493 changed files with 730791 additions and 284562 deletions

View File

@@ -911,8 +911,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;