Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37860
b: refs/heads/master
c: 5e61fea
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Oct 2, 2006
1 parent b1e393f commit 3b875b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 7bcd6b0efd5216f2f208e92150b0e5b9bea2c210
refs/heads/master: 5e61feafa2c641c2a013ba94eec56c411011cc94
4 changes: 0 additions & 4 deletions trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,6 @@ static struct dentry *proc_fd_instantiate(struct inode *dir,
goto out;
}

/* SMP-safe */
static struct dentry *proc_lookupfd(struct inode * dir, struct dentry * dentry, struct nameidata *nd)
{
struct task_struct *task = get_proc_task(dir);
Expand Down Expand Up @@ -1374,7 +1373,6 @@ static struct dentry *proc_pident_instantiate(struct inode *dir,
return error;
}

/* SMP-safe */
static struct dentry *proc_pident_lookup(struct inode *dir,
struct dentry *dentry,
struct pid_entry *ents,
Expand Down Expand Up @@ -1899,7 +1897,6 @@ struct dentry *proc_pid_instantiate(struct inode *dir,
return error;
}

/* SMP-safe */
struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd)
{
struct dentry *result = ERR_PTR(-ENOENT);
Expand Down Expand Up @@ -2106,7 +2103,6 @@ static struct dentry *proc_task_instantiate(struct inode *dir,
return error;
}

/* SMP-safe */
static struct dentry *proc_task_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd)
{
struct dentry *result = ERR_PTR(-ENOENT);
Expand Down

0 comments on commit 3b875b4

Please sign in to comment.