From: Lucian Adrian Grijincu Date: Mon, 27 Jul 2009 16:06:42 +0000 (-0700) Subject: driver core: documentation: make it clear that sysfs is optional X-Git-Tag: v2.6.31-rc5~69^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a39ea210ec8c8f6ed381f8dafbe755c57b8f30c3;p=~emulex%2Finfiniband.git driver core: documentation: make it clear that sysfs is optional The original text suggested that sysfs is mandatory and always compiled in the kernel. Signed-off-by: Lucian Adrian Grijincu Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index 7e81e37c0b1..b245d524d56 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt @@ -23,7 +23,8 @@ interface. Using sysfs ~~~~~~~~~~~ -sysfs is always compiled in. You can access it by doing: +sysfs is always compiled in if CONFIG_SYSFS is defined. You can access +it by doing: mount -t sysfs sysfs /sys