diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:52:44 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:52:44 -0400 |
commit | 1a2e8a6f8ec0a068911a882a19e0912a0c89be6e (patch) | |
tree | e0e70aa880b8c8f2c1a979438a523241f6193742 /Documentation | |
parent | 9f1da23b631f92393f58f664348ffc5faeaddeb3 (diff) | |
parent | 2be4d50295e2b6f62c07b614e1b103e280dddb84 (diff) | |
download | op-kernel-dev-1a2e8a6f8ec0a068911a882a19e0912a0c89be6e.zip op-kernel-dev-1a2e8a6f8ec0a068911a882a19e0912a0c89be6e.tar.gz |
Merge branch 'master' into upstream
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/sysfs.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index c8bce82..89b1d19 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 device driver that is loaded 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 its own hierarchy +below fs/ (see ./fuse.txt for an example). + More information can driver-model specific features can be found in Documentation/driver-model/. |