diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-03-09 02:17:32 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-03-09 02:17:32 -0500 |
| commit | ce67eef6a112bb283c6db39f9195800f31f5599a (patch) | |
| tree | 34f2e7fbd0b9838abba482dbb1a7db09e6fbb53c /kernel/ksysfs.c | |
| parent | 776943fd6f104a6e8457dc95a17282e69e963666 (diff) | |
| parent | 57d54889cd00db2752994b389ba714138652e60c (diff) | |
Merge commit 'v2.6.34-rc1' into for-linus
Diffstat (limited to 'kernel/ksysfs.c')
| -rw-r--r-- | kernel/ksysfs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/ksysfs.c b/kernel/ksysfs.c index 3feaf5a74514..6b1ccc3f0205 100644 --- a/kernel/ksysfs.c +++ b/kernel/ksysfs.c | |||
| @@ -197,16 +197,8 @@ static int __init ksysfs_init(void) | |||
| 197 | goto group_exit; | 197 | goto group_exit; |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | /* create the /sys/kernel/uids/ directory */ | ||
| 201 | error = uids_sysfs_init(); | ||
| 202 | if (error) | ||
| 203 | goto notes_exit; | ||
| 204 | |||
| 205 | return 0; | 200 | return 0; |
| 206 | 201 | ||
| 207 | notes_exit: | ||
| 208 | if (notes_size > 0) | ||
| 209 | sysfs_remove_bin_file(kernel_kobj, ¬es_attr); | ||
| 210 | group_exit: | 202 | group_exit: |
| 211 | sysfs_remove_group(kernel_kobj, &kernel_attr_group); | 203 | sysfs_remove_group(kernel_kobj, &kernel_attr_group); |
| 212 | kset_exit: | 204 | kset_exit: |
