[PATCH 4/4] [doc] add paragraph about 'fs' subsystem to sysfs.txt

From: Miklos Szeredi
Date: Tue Apr 25 2006 - 04:40:56 EST


Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx>

---

Documentation/filesystems/sysfs.txt | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

0a2864e3522f3cd5f4447a6e0dd360fb9f9b2a7d
diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt
index c8bce82..1b3a952 100644
--- a/Documentation/filesystems/sysfs.txt
+++ b/Documentation/filesystems/sysfs.txt
@@ -246,6 +246,7 @@ class/
devices/
firmware/
net/
+fs/

devices/ contains a filesystem representation of the device tree. It maps
directly to the internal kernel device tree, which is a hierarchy of
@@ -264,6 +265,10 @@ drivers/ contains a directory for each d
for devices on that particular bus (this assumes that drivers do not
span multiple bus types).

+fs/ contains a directory for some filesystems. Currently each
+filesystem wanting to export attributes must create it's own hierarchy
+below fs/ (see ./fuse.txt for an example).
+

More information can driver-model specific features can be found in
Documentation/driver-model/.
--
1.2.4

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/