Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264850
b: refs/heads/master
c: 8602861
h: refs/heads/master
v: v3
  • Loading branch information
Bart Van Assche authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent fb5a3a2 commit 7952e14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd33d12fba60dea3b8f944478c54ac3ba18d2c4d
refs/heads/master: 86028619b9f653a30f5aa0d331fdedd899a1eea5
10 changes: 9 additions & 1 deletion trunk/Documentation/filesystems/sysfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sysfs - _The_ filesystem for exporting kernel objects.
Patrick Mochel <mochel@osdl.org>
Mike Murphy <mamurph@cs.clemson.edu>

Revised: 15 July 2010
Revised: 16 August 2011
Original: 10 January 2003


Expand Down Expand Up @@ -370,3 +370,11 @@ int driver_create_file(struct device_driver *, const struct driver_attribute *);
void driver_remove_file(struct device_driver *, const struct driver_attribute *);


Documentation
~~~~~~~~~~~~~

The sysfs directory structure and the attributes in each directory define an
ABI between the kernel and user space. As for any ABI, it is important that
this ABI is stable and properly documented. All new sysfs attributes must be
documented in Documentation/ABI. See also Documentation/ABI/README for more
information.

0 comments on commit 7952e14

Please sign in to comment.