Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295280
b: refs/heads/master
c: 1b26c9b
h: refs/heads/master
v: v3
  • Loading branch information
Pravin B Shelar authored and Linus Torvalds committed Mar 23, 2012
1 parent 94795b6 commit 7a8fdae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bda7bad62bc4c4e0783348e8db51abe094153c56
refs/heads/master: 1b26c9b334044cff6d1d2698f2be41bc7d9a0864
2 changes: 1 addition & 1 deletion trunk/fs/proc/namespaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static struct dentry *proc_ns_instantiate(struct inode *dir,
ei->ns_ops = ns_ops;
ei->ns = ns;

dentry->d_op = &pid_dentry_operations;
d_set_d_op(dentry, &pid_dentry_operations);
d_add(dentry, inode);
/* Close the race of the process dying before we return the dentry */
if (pid_revalidate(dentry, NULL))
Expand Down

0 comments on commit 7a8fdae

Please sign in to comment.