diff options
| author | Miklos Szeredi <miklos@szeredi.hu> | 2006-04-26 04:49:26 -0400 |
|---|---|---|
| committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-04-26 04:49:26 -0400 |
| commit | c86d90df2676d9d212c0ab1f3c64e0abdf5b4c09 (patch) | |
| tree | ceb68fda3deb72cdeffdf0f1277385db98271bec | |
| parent | 8aa09a50b5d9dbdf627f79e19d72d82994348089 (diff) | |
[doc] add paragraph about 'fs' subsystem to sysfs.txt
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
| -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 c8bce82ddcac..89b1d196ca80 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt | |||
| @@ -246,6 +246,7 @@ class/ | |||
| 246 | devices/ | 246 | devices/ |
| 247 | firmware/ | 247 | firmware/ |
| 248 | net/ | 248 | net/ |
| 249 | fs/ | ||
| 249 | 250 | ||
| 250 | devices/ contains a filesystem representation of the device tree. It maps | 251 | devices/ contains a filesystem representation of the device tree. It maps |
| 251 | directly to the internal kernel device tree, which is a hierarchy of | 252 | 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 | |||
| 264 | for devices on that particular bus (this assumes that drivers do not | 265 | for devices on that particular bus (this assumes that drivers do not |
| 265 | span multiple bus types). | 266 | span multiple bus types). |
| 266 | 267 | ||
| 268 | fs/ contains a directory for some filesystems. Currently each | ||
| 269 | filesystem wanting to export attributes must create its own hierarchy | ||
| 270 | below fs/ (see ./fuse.txt for an example). | ||
| 271 | |||
| 267 | 272 | ||
| 268 | More information can driver-model specific features can be found in | 273 | More information can driver-model specific features can be found in |
| 269 | Documentation/driver-model/. | 274 | Documentation/driver-model/. |
