Merge commit 'origin/master' into next
This commit is contained in:
commit
1e43bee9c7
237 changed files with 2255 additions and 1580 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue