summaryrefslogtreecommitdiffstats
path: root/runtime/transport/debugfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Better <linux/debugfs.h> header file inclusion.David Smith2009-02-201-0/+2
| | | | | | | 2009-02-20 David Smith <dsmith@redhat.com> * debugfs.c: Added inclusion of linux/debugfs.h. * relayfs.h: Removed inclusion of linux/debugfs.h.
* Reduced control channel code duplication.David Smith2009-02-171-0/+45
2009-02-17 David Smith <dsmith@redhat.com> * control.c: Contains generic control channel functions. * procfs.c: Specific procfs control channel functions. All generic control channel functions moved to control.c. * debugfs.c: New file containing debugfs specific control channel functions. * control.h: New file. * transport.c: Updated file inclusion.