~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise-proposed

« back to all changes in this revision

Viewing changes to fs/proc/namespaces.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Upstream Kernel Changes
  • Date: 2012-04-04 18:49:36 UTC
  • Revision ID: package-import@ubuntu.com-20120404184936-tqu735914muv4wpg
Tags: 3.2.0-22.30
[ Luke Yelavich ]

* [Config] Update configs after rebase against Ubuntu-3.2.0-22.35

[ Upstream Kernel Changes ]

* Low-latency: Rebase against Ubuntu-3.2.0-22.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        ei->ns_ops    = ns_ops;
55
55
        ei->ns        = ns;
56
56
 
57
 
        dentry->d_op = &pid_dentry_operations;
 
57
        d_set_d_op(dentry, &pid_dentry_operations);
58
58
        d_add(dentry, inode);
59
59
        /* Close the race of the process dying before we return the dentry */
60
60
        if (pid_revalidate(dentry, NULL))