diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-10-02 11:18:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 16:57:25 +0200 |
commit | 5e61feafa2c641c2a013ba94eec56c411011cc94 (patch) | |
tree | 2d6285e3261b106dc8a98cb9aa522096754c862a /fs | |
parent | [PATCH] proc: remove trailing blank entry from pid_entry arrays (diff) | |
download | linux-5e61feafa2c641c2a013ba94eec56c411011cc94.tar.xz linux-5e61feafa2c641c2a013ba94eec56c411011cc94.zip |
[PATCH] proc: remove the useless SMP-safe comments from /proc
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/proc/base.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index 725e279c3bdf..433a01d2e992 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -1247,7 +1247,6 @@ out_iput: 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); @@ -1374,7 +1373,6 @@ out: return error; } -/* SMP-safe */ static struct dentry *proc_pident_lookup(struct inode *dir, struct dentry *dentry, struct pid_entry *ents, @@ -1899,7 +1897,6 @@ out: return error; } -/* SMP-safe */ struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) { struct dentry *result = ERR_PTR(-ENOENT); @@ -2106,7 +2103,6 @@ out: 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); |