From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F751C433DB for ; Tue, 16 Feb 2021 14:40:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D43D64E10 for ; Tue, 16 Feb 2021 14:40:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230270AbhBPOjv (ORCPT ); Tue, 16 Feb 2021 09:39:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:35580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230377AbhBPOh7 (ORCPT ); Tue, 16 Feb 2021 09:37:59 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 18C3F64E08; Tue, 16 Feb 2021 14:37:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613486238; bh=vbB6s1ifJDv17sAqk4UHNOS3D8Q+83NryMR7igO9p9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gv6pJQr8+2L+swIvPetVdHSyhVA/80y3EWeEiEOeNa1wnTmeK7AKqefjXOUx5PT4J lfQ86q/3cc1aGDOwWiwD8w/jMX9SKMEFWw0UTpWnPXiBUtPTByH8tt/9Cc4ZrnbjgV CBtbHt1rlKll8PG1r9oLMd5VEi7wAKkZdou/DcS0= Date: Tue, 16 Feb 2021 15:37:15 +0100 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: Linux Kernel Mailing List Subject: Re: [PATCH 2/2] driver core: dd: remove deferred_devices variable Message-ID: References: <20210216142400.3759099-1-gregkh@linuxfoundation.org> <20210216142400.3759099-2-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2021 at 03:34:27PM +0100, Rafael J. Wysocki wrote: > On Tue, Feb 16, 2021 at 3:24 PM Greg Kroah-Hartman > wrote: > > > > No need to save the debugfs dentry for the "devices_deferred" debugfs > > file (gotta love the juxtaposition), if we need to remove it we can look > > it up from debugfs itself. > > > > Cc: "Rafael J. Wysocki" > > Cc: linux-kernel@vger.kernel.org > > Signed-off-by: Greg Kroah-Hartman > > Reviewed-by: Rafael J. Wysocki Thanks for the quick review, I'll queue these up after 5.12-rc1 is out. greg k-h