Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better <linux/debugfs.h> header file inclusion. | David Smith | 2009-02-20 | 1 | -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 Smith | 2009-02-17 | 1 | -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. |