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

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>

+5
+5
Documentation/filesystems/sysfs.txt
··· 246 246 devices/ 247 247 firmware/ 248 248 net/ 249 + fs/ 249 250 250 251 devices/ contains a filesystem representation of the device tree. It maps 251 252 directly to the internal kernel device tree, which is a hierarchy of ··· 264 263 drivers/ contains a directory for each device driver that is loaded 265 264 for devices on that particular bus (this assumes that drivers do not 266 265 span multiple bus types). 266 + 267 + fs/ contains a directory for some filesystems. Currently each 268 + filesystem wanting to export attributes must create its own hierarchy 269 + below fs/ (see ./fuse.txt for an example). 267 270 268 271 269 272 More information can driver-model specific features can be found in