diff options
author | Rolf Eike Beer <eike-kernel@sf-tec.de> | 2005-09-02 03:03:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-02 03:57:31 -0400 |
commit | 13ae6d81b963c7b22ab9c158ee5a392fb57579fe (patch) | |
tree | 872c7eaf9799e221dbaeae2cc13e96c1628cb2f5 /init/do_mounts.c | |
parent | d51fe1be3f738e7d73f63bb5aa0df88bafb41a21 (diff) |
[PATCH] remove driverfs references from init/do_mounts.c
This patch is against 2.6.10, but still applies cleanly. It's just
s/driverfs/sysfs/ in this file.
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r-- | init/do_mounts.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 4e11a9aaf14a..b27c11064409 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
@@ -127,10 +127,10 @@ fail: | |||
127 | * used when disk name of partitioned disk ends on a digit. | 127 | * used when disk name of partitioned disk ends on a digit. |
128 | * | 128 | * |
129 | * If name doesn't have fall into the categories above, we return 0. | 129 | * If name doesn't have fall into the categories above, we return 0. |
130 | * Driverfs is used to check if something is a disk name - it has | 130 | * Sysfs is used to check if something is a disk name - it has |
131 | * all known disks under bus/block/devices. If the disk name | 131 | * all known disks under bus/block/devices. If the disk name |
132 | * contains slashes, name of driverfs node has them replaced with | 132 | * contains slashes, name of sysfs node has them replaced with |
133 | * bangs. try_name() does the actual checks, assuming that driverfs | 133 | * bangs. try_name() does the actual checks, assuming that sysfs |
134 | * is mounted on rootfs /sys. | 134 | * is mounted on rootfs /sys. |
135 | */ | 135 | */ |
136 | 136 | ||