Re: [PATCH 16/39] ipmi: simplify procfs code

From: Christoph Hellwig
Date: Tue Apr 24 2018 - 10:14:46 EST


On Thu, Apr 19, 2018 at 10:29:29AM -0500, Corey Minyard wrote:
> On 04/19/2018 07:41 AM, Christoph Hellwig wrote:
>> Use remove_proc_subtree to remove the whole subtree on cleanup instead
>> of a hand rolled list of proc entries, unwind the registration loop into
>> individual calls. Switch to use proc_create_single to further simplify
>> the code.
>
> I'm yanking all the proc code out of the IPMI driver in 3.18.  So this is
> probably
> not necessary.

Ok, I'll drop this patch.