public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation: make it clear that sysfs is optional
@ 2009-07-27 16:06 Randy Dunlap
  2009-07-27 16:10 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2009-07-27 16:06 UTC (permalink / raw)
  To: lkml; +Cc: gregkh, Lucian Adrian Grijincu

From:	Lucian Adrian Grijincu <lgrijincu@ixiacom.com>
Subject: [PATCH] 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 <lgrijincu@ixiacom.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 Documentation/filesystems/sysfs.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-next-20090727.orig/Documentation/filesystems/sysfs.txt
+++ linux-next-20090727/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 
 


---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-08-01 16:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 16:06 [PATCH] documentation: make it clear that sysfs is optional Randy Dunlap
2009-07-27 16:10 ` Greg KH
2009-07-27 16:18   ` Randy Dunlap
2009-07-27 16:26     ` Greg KH
2009-07-27 22:49       ` Henrique de Moraes Holschuh
2009-07-27 23:21         ` Greg KH
2009-08-01  9:14       ` Christian Kujau
2009-08-01 16:49         ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox