Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168571
b: refs/heads/master
c: 29f12ca
h: refs/heads/master
i:
  168569: b516481
  168567: 0810027
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Linus Torvalds committed Nov 12, 2009
1 parent f36b0f4 commit bca4135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15f3c476589c8778b0c10f1fb5160f9107c69556
refs/heads/master: 29f12ca32122db98481150be09d35bd72b68045e
3 changes: 1 addition & 2 deletions trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bca4135

Please sign in to comment.