On Mon, 15 Feb 2016, Laura Abbott wrote:
> Since 19c7ff9ecd89 ("slub: Take node lock during object free checks")
> check_object has been incorrectly returning success as it follows
> the out label which just returns the node. Thanks to refactoring,
> the out and fail paths are now basically the same. Combine the two
> into one and just use a single label.Acked-by: Christoph Lameter <[email protected]>

