Merge commit 'origin/master' into next
This commit is contained in:
@@ -571,7 +571,7 @@ static int do_task_stat(struct seq_file *m, struct pid_namespace *ns,
|
||||
rsslim,
|
||||
mm ? mm->start_code : 0,
|
||||
mm ? mm->end_code : 0,
|
||||
(permitted) ? task->stack_start : 0,
|
||||
(permitted && mm) ? task->stack_start : 0,
|
||||
esp,
|
||||
eip,
|
||||
/* The signal information here is obsolete.
|
||||
|
@@ -2597,8 +2597,7 @@ static void proc_flush_task_mnt(struct vfsmount *mnt, pid_t pid, pid_t tgid)
|
||||
name.len = snprintf(buf, sizeof(buf), "%d", pid);
|
||||
dentry = d_hash_and_lookup(mnt->mnt_root, &name);
|
||||
if (dentry) {
|
||||
if (!(current->flags & PF_EXITING))
|
||||
shrink_dcache_parent(dentry);
|
||||
shrink_dcache_parent(dentry);
|
||||
d_drop(dentry);
|
||||
dput(dentry);
|
||||
}
|
||||
|
Reference in New Issue
Block a user