aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/perfmon.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2015-03-17 18:26:12 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2015-04-15 15:06:58 -0400
commit75c3cfa855dcedc84e7964269c9b6baf26137959 (patch)
tree2ef6b8570069d7811542db376c88fbe208a5771d /arch/ia64/kernel/perfmon.c
parent2b0143b5c986be1ce8408b3aadc4709e0a94429d (diff)
VFS: assorted weird filesystems: d_inode() annotations
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r--arch/ia64/kernel/perfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c
index 5f4243f0acfa..60e02f7747ff 100644
--- a/arch/ia64/kernel/perfmon.c
+++ b/arch/ia64/kernel/perfmon.c
@@ -2159,7 +2159,7 @@ static const struct file_operations pfm_file_ops = {
2159static char *pfmfs_dname(struct dentry *dentry, char *buffer, int buflen) 2159static char *pfmfs_dname(struct dentry *dentry, char *buffer, int buflen)
2160{ 2160{
2161 return dynamic_dname(dentry, buffer, buflen, "pfm:[%lu]", 2161 return dynamic_dname(dentry, buffer, buflen, "pfm:[%lu]",
2162 dentry->d_inode->i_ino); 2162 d_inode(dentry)->i_ino);
2163} 2163}
2164 2164
2165static const struct dentry_operations pfmfs_dentry_operations = { 2165static const struct dentry_operations pfmfs_dentry_operations = {