浏览代码

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>
WANG Cong 16 年之前
父节点
当前提交
230e40fbda
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      fs/proc/base.c

+ 0 - 2
fs/proc/base.c

@@ -2001,13 +2001,11 @@ static struct dentry *proc_pident_lookup(struct inode *dir,
 					 const struct pid_entry *ents,
 					 const struct pid_entry *ents,
 					 unsigned int nents)
 					 unsigned int nents)
 {
 {
-	struct inode *inode;
 	struct dentry *error;
 	struct dentry *error;
 	struct task_struct *task = get_proc_task(dir);
 	struct task_struct *task = get_proc_task(dir);
 	const struct pid_entry *p, *last;
 	const struct pid_entry *p, *last;
 
 
 	error = ERR_PTR(-ENOENT);
 	error = ERR_PTR(-ENOENT);
-	inode = NULL;
 
 
 	if (!task)
 	if (!task)
 		goto out_no_task;
 		goto out_no_task;