diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2006-10-02 05:18:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 10:57:25 -0400 |
commit | 5e61feafa2c641c2a013ba94eec56c411011cc94 (patch) | |
tree | 2d6285e3261b106dc8a98cb9aa522096754c862a /fs/proc | |
parent | 7bcd6b0efd5216f2f208e92150b0e5b9bea2c210 (diff) |
[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/proc')
-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: | |||
1247 | goto out; | 1247 | goto out; |
1248 | } | 1248 | } |
1249 | 1249 | ||
1250 | /* SMP-safe */ | ||
1251 | static struct dentry *proc_lookupfd(struct inode * dir, struct dentry * dentry, struct nameidata *nd) | 1250 | static struct dentry *proc_lookupfd(struct inode * dir, struct dentry * dentry, struct nameidata *nd) |
1252 | { | 1251 | { |
1253 | struct task_struct *task = get_proc_task(dir); | 1252 | struct task_struct *task = get_proc_task(dir); |
@@ -1374,7 +1373,6 @@ out: | |||
1374 | return error; | 1373 | return error; |
1375 | } | 1374 | } |
1376 | 1375 | ||
1377 | /* SMP-safe */ | ||
1378 | static struct dentry *proc_pident_lookup(struct inode *dir, | 1376 | static struct dentry *proc_pident_lookup(struct inode *dir, |
1379 | struct dentry *dentry, | 1377 | struct dentry *dentry, |
1380 | struct pid_entry *ents, | 1378 | struct pid_entry *ents, |
@@ -1899,7 +1897,6 @@ out: | |||
1899 | return error; | 1897 | return error; |
1900 | } | 1898 | } |
1901 | 1899 | ||
1902 | /* SMP-safe */ | ||
1903 | struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) | 1900 | struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) |
1904 | { | 1901 | { |
1905 | struct dentry *result = ERR_PTR(-ENOENT); | 1902 | struct dentry *result = ERR_PTR(-ENOENT); |
@@ -2106,7 +2103,6 @@ out: | |||
2106 | return error; | 2103 | return error; |
2107 | } | 2104 | } |
2108 | 2105 | ||
2109 | /* SMP-safe */ | ||
2110 | static struct dentry *proc_task_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) | 2106 | static struct dentry *proc_task_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) |
2111 | { | 2107 | { |
2112 | struct dentry *result = ERR_PTR(-ENOENT); | 2108 | struct dentry *result = ERR_PTR(-ENOENT); |