aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r--fs/ceph/mds_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
index 74fd2898b2ab..99890b02a10b 100644
--- a/fs/ceph/mds_client.c
+++ b/fs/ceph/mds_client.c
@@ -1553,7 +1553,7 @@ retry:
1553 *base = ceph_ino(temp->d_inode); 1553 *base = ceph_ino(temp->d_inode);
1554 *plen = len; 1554 *plen = len;
1555 dout("build_path on %p %d built %llx '%.*s'\n", 1555 dout("build_path on %p %d built %llx '%.*s'\n",
1556 dentry, dentry->d_count, *base, len, path); 1556 dentry, d_count(dentry), *base, len, path);
1557 return path; 1557 return path;
1558} 1558}
1559 1559