[PATCH 1/8] drm: Clean up debugfs upon shutdown

2013-07-07 Thread Chris Wilson
Driver authors are a forgetful breed, and having to manually clean up all inodes from debugfs during module unload is tedious and rarely encountered by users; leftover inodes fester. But behold, the drm core already tracks all inodes created under the DRI debugfs minor so that we can do all the tea

[PATCH 1/8] drm: Clean up debugfs upon shutdown

2013-07-07 Thread Rob Clark
On Sun, Jul 7, 2013 at 3:02 PM, Chris Wilson wrote: > Driver authors are a forgetful breed, and having to manually clean up > all inodes from debugfs during module unload is tedious and rarely > encountered by users; leftover inodes fester. But behold, the drm core > already tracks all inodes cre

Re: [PATCH 1/8] drm: Clean up debugfs upon shutdown

2013-07-07 Thread Rob Clark
On Sun, Jul 7, 2013 at 3:02 PM, Chris Wilson wrote: > Driver authors are a forgetful breed, and having to manually clean up > all inodes from debugfs during module unload is tedious and rarely > encountered by users; leftover inodes fester. But behold, the drm core > already tracks all inodes crea

[PATCH 1/8] drm: Clean up debugfs upon shutdown

2013-07-07 Thread Chris Wilson
Driver authors are a forgetful breed, and having to manually clean up all inodes from debugfs during module unload is tedious and rarely encountered by users; leftover inodes fester. But behold, the drm core already tracks all inodes created under the DRI debugfs minor so that we can do all the tea