On Mon, Jul 9, 2018 at 5:29 PM Benjamin Herrenschmidt <b...@kernel.crashing.org> wrote: > > For devices with a class, we create a "glue" directory between > the parent device and the new device with the class name. > > This directory is never "explicitely" removed when empty however,
explicitly Is the mis-spelling why you had the quotes? I do find that spelling in the kernel, but not in drivers/base/. > This fixes it by instead doing an explicit kobject_del() when > the glue dir is empty, by keeping track of the number of > child devices of the gluedir. Ack. This looks good to me. I didn't see your 1/2 - you should probably re-send that one too so that Greg doesn't have to fish for it. But I'll Ack that one too in this same email regardless. Linus