On Tue, Nov 28, 2017 at 12:17:58AM +0100, Riccardo Schirone wrote: > This patch tries to correctly use kobjects in fs/ext4. In particular it > allocates kobjects/ksets dynamically, instead of statically, and improve > error handling in case kobject_* functions fail. I don't see the point of allocating the kobjects in question dynamically? There is only one of them, so why not use static allocation? What is "incorrect" about not doing dynamically allocated kobjects/ksets? Regards, - Ted