diff options
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index 89accc626b86..b2c65e034f5d 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -2228,7 +2228,7 @@ pfm_alloc_file(pfm_context_t *ctx) | |||
2228 | /* | 2228 | /* |
2229 | * allocate a new dcache entry | 2229 | * allocate a new dcache entry |
2230 | */ | 2230 | */ |
2231 | path.dentry = d_alloc(pfmfs_mnt->mnt_sb->s_root, &this); | 2231 | path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this); |
2232 | if (!path.dentry) { | 2232 | if (!path.dentry) { |
2233 | iput(inode); | 2233 | iput(inode); |
2234 | return ERR_PTR(-ENOMEM); | 2234 | return ERR_PTR(-ENOMEM); |