Merge remote-tracking branch 'linus/master' into testing
[sfrench/cifs-2.6.git] / fs / ceph / inode.c
index 3b0abed667c2e79b8cbef7ed654868a70bf91ed3..98b6e50bde04dfe6fc60cf381d068055b2a07db3 100644 (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;