mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 18:26:31 +07:00
proc: remove write-only variable in proc_pident_lookup()
Signed-off-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
This commit is contained in:
parent
dfe6b7d940
commit
230e40fbda
@ -2001,13 +2001,11 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
|
||||
const struct pid_entry *ents,
|
||||
unsigned int nents)
|
||||
{
|
||||
struct inode *inode;
|
||||
struct dentry *error;
|
||||
struct task_struct *task = get_proc_task(dir);
|
||||
const struct pid_entry *p, *last;
|
||||
|
||||
error = ERR_PTR(-ENOENT);
|
||||
inode = NULL;
|
||||
|
||||
if (!task)
|
||||
goto out_no_task;
|
||||
|
Loading…
Reference in New Issue
Block a user