On Tue, 19 May 2015, Jiri Slaby wrote: > From: Miroslav Benes <[email protected]> > > Make kobj variable (of type struct kobject) statically allocated in > klp_object structure. It will allow us to move in the func-object-patch > hierarchy through kobject links. > > The only reason to have it dynamic was to not have empty release > callback in the code. However we have empty callbacks for function and > patch in the code now, so it is no longer valid and the advantage of > static allocation is clear.
Applied to for-4.2/upstream. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

