Re: [PATCH] Proc to debugfs migration

2009-01-14 Thread Ben Gamari
Bah, naturally just as I sent this out I realized that anholt sent me comments on the last iteration of this patch set. I'll incorporate his proposed changes and any others I receive in the next few hours and send it out again. Sorry about the spam, - Ben On Wed, 2009-01-14 at 19:27 -0500, Ben G

[PATCH] Proc to debugfs migration, 2nd attempt

2009-01-14 Thread Ben Gamari
Hey everyone, Here is my procfs cleanup patchset. As you can see, the first two patches attempt to clean up the existing proc file creation code and port the files' implementations to the seq_file interface. The remaining patches focus on implementing a similar system for debugfs files. Fe

[PATCH] Proc to debugfs migration

2009-01-14 Thread Ben Gamari
Hey everyone, Here is my procfs cleanup patchset. As you can see, the first two patches attempt to clean up the existing proc file creation code and port the files' implementations to the seq_file interface. The remaining patches focus on implementing a similar system for debugfs files. Fe