diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-05 10:59:33 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-05 10:59:33 -0400 |
commit | 84d08fa888e7c2d53b5bbc764db2ef02968b499c (patch) | |
tree | fa891009d778586eefdf3be8a11671ab9aefb13a /fs/ceph/mds_client.c | |
parent | 74b9272bbedf45cb01a048217830d64d59aaa73b (diff) |
helper for reading ->d_count
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ceph/mds_client.c')
-rw-r--r-- | fs/ceph/mds_client.c | 2 |
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 | ||