diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-07 18:21:57 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:52:41 -0500 |
commit | 4c1d5a64f134b254552b6211f6f79a1da667eab7 (patch) | |
tree | 130b704f727054b93f2a784a8d08252a1ecda3a0 /arch/ia64 | |
parent | 32dc730860155b235f13e0cd3fe58b263279baf9 (diff) |
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/ia64')
-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); |