diff options
Diffstat (limited to 'arch/um/drivers/mconsole_kern.c')
| -rw-r--r-- | arch/um/drivers/mconsole_kern.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index 8f44ebb0dec8..e14629c87de4 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c | |||
| @@ -161,7 +161,8 @@ void mconsole_proc(struct mc_request *req) | |||
| 161 | goto out_kill; | 161 | goto out_kill; |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | file = dentry_open(nd.path.dentry, nd.path.mnt, O_RDONLY); | 164 | file = dentry_open(nd.path.dentry, nd.path.mnt, O_RDONLY, |
| 165 | current_cred()); | ||
| 165 | if (IS_ERR(file)) { | 166 | if (IS_ERR(file)) { |
| 166 | mconsole_reply(req, "Failed to open file", 1, 0); | 167 | mconsole_reply(req, "Failed to open file", 1, 0); |
| 167 | goto out_kill; | 168 | goto out_kill; |
