Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp358954pxj; Thu, 10 Jun 2021 02:31:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz8GaAVhbJ1nXeqxt7LpEd/Yzo/G+DW/W0HBi4i/UiI5KhyQd0q43mUnvlMmBrgi1ukEUSt X-Received: by 2002:a05:6402:2552:: with SMTP id l18mr3809109edb.166.1623317503699; Thu, 10 Jun 2021 02:31:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623317503; cv=none; d=google.com; s=arc-20160816; b=h+J5QgABbTuK+Vib1fY7lT4vTfUq4viIslwj4igaXVh6/1lKhfFlG5+Y1FitB09FuS NrhCSiTX8iIskaWcE1gJYv9h/INH6OGE2QpIU+DwAfyA4NUdIX3GVErKUJFEVIzjvr87 dHGEDnMl4XpeHbSpfMrrT5eXGhB97RDVPludep1h4D+kDr6l7/qtgSiEA4tvXypsPVjX NU62hiI32kpQxa1q8GrX4eTcf40sbe2TYfVwOKRMT2COIPfNv55ale3Rr440fvZWyaIn y6ILe4orGp7BKUZfWBzqXiJG31VwS4tDIrCKQqq0qMb3Y/HsP+UnoXG99l30YZXBCKzY sMYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:dkim-signature; bh=qNdCLM2VtlAEBSRnyrreFvkCOsnWMzZA673j33Dq6Gw=; b=vvKSjAqfmC8/rd75teehmHc5sNgyvHhK83T7/fA7PVG5iWOjESRZ9TuNC/JUZ4SOcC E1JVwVKIs4jloYJQeUsipClS8vJjmSOWTT0j5FVqgI1mLU0miTO2MjuIHKDrM+tDzLOm Z1gnJipY6T9znMVkH4U7U+e9El5wm38kqUrG4Sh+7RwbfRjxMXTsq/AwUS5TlMELdEA0 RSfBE/1bbq/gZdzA8YGMUQEV/vmCHVO8g6C8uMqpSKZrfjrA/dbdZaj6tJSRLe3QQvx/ UrHx1ZJhjyg6xZDK3akgnWmVYLWQZVo31RQ88mj4kKRZpxHvEj22xSp7Y5eb/KzxbpF1 0VKw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b="FRDb2/ZD"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w11si884186ejc.221.2021.06.10.02.31.20; Thu, 10 Jun 2021 02:31:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b="FRDb2/ZD"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229961AbhFJJaz (ORCPT + 99 others); Thu, 10 Jun 2021 05:30:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:55420 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229715AbhFJJay (ORCPT ); Thu, 10 Jun 2021 05:30:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A01FC61182; Thu, 10 Jun 2021 09:28:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623317339; bh=YKbH7RY9wgcda2Wl0gjS0fCDjC49wsG2m1zMvoWhqwk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FRDb2/ZD82DQsWzqFHq/6Gk0rFccbgZQb7AL9shwRQaM4SDBhbg5BKTxI6JqJlTpX IjC+ZcGo2ZUlMyHkxqX7mMi64IscT6nM1zyr90eWpQ6scGiirSEGgtJ9RNUcDxfkHs vCLd9XNVcNnf49Ani5wDP3EbQhxr8//taX6nlifBGxiit/dt6h0bXUBEPjVowWi/XM /ahI5nirEVpZGHC8MEwDazHKc4TCr0QUe+ZfT4Ugm/HWGSHK5nKVkvhGBYzibs8YM5 TWT0gCrxm6mxlfATHfxG73cZWI9QR6Wv523lXFR1oull1FXZTJb+UFWDHOPH14p8jI zNKaJs9S22NyQ== From: Felipe Balbi To: Greg Kroah-Hartman , linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Jack Pham , Peter Chen Subject: Re: [PATCH] USB: dwc3: remove debugfs root dentry storage In-Reply-To: <20210609093924.3293230-1-gregkh@linuxfoundation.org> References: <20210609093924.3293230-1-gregkh@linuxfoundation.org> Date: Thu, 10 Jun 2021 12:28:50 +0300 Message-ID: <87y2bi131p.fsf@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Greg Kroah-Hartman writes: > There is no need to keep around the debugfs "root" directory for the > dwc3 device. Instead, look it up anytime we need to find it. This will > help when callers get out-of-order and we had the potential to have a > "stale" pointer around for the root dentry, as has happened in the past. > > Cc: Felipe Balbi > Cc: Jack Pham > Cc: Peter Chen > Signed-off-by: Greg Kroah-Hartman Acked-by: Felipe Balbi =2D-=20 balbi --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEE9DumQ60WEZ09LIErzlfNM9wDzUgFAmDB21IRHGJhbGJpQGtl cm5lbC5vcmcACgkQzlfNM9wDzUgwCgf/atPiB7V/9a8tB6tAjn7vw/LNH7WpnNKc byRQHvI3U0QB2w48cQu+TWbQtqD9+38dALTqyvbXW3vAoU/73+nTdPnUwM4I2cZY XEccdsyihd2CDM6CD7fh4dQbtyfqPqQzx1pu+m3c+kJamR4L4V+mV3wA7yPmqKqc cXVclp4cXOvwKwLkQDyUGf0dE3PmS1LFAKOR6fMMiVp3rIUKZDiYXe0/gwZL99eX 00SL2C81LCcXIYVBjKgZbyXLQYnjCsXlrD4aCPC9XxVXxvSH64tAtEkHeRtC6kw7 Lleg2aZv8xuHNbbw7Fu7Z2yqyaG4eYmcDef7YgJI1BQeTI1E4LKoLQ== =4Axh -----END PGP SIGNATURE----- --=-=-=--