Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1018640ybz; Thu, 16 Apr 2020 01:00:01 -0700 (PDT) X-Google-Smtp-Source: APiQypK3GSFbxTfQOQg8FA5YjzKA6ArkOZqKwxYfwekEmCJTbxc1JwKcmPj7QfPbw6LaW2TtLU6L X-Received: by 2002:a17:906:7804:: with SMTP id u4mr8759329ejm.328.1587024001730; Thu, 16 Apr 2020 01:00:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587024001; cv=none; d=google.com; s=arc-20160816; b=eArOfLVCRRdByM0spM6ZuNc27ErxZthCie2t82mOWK0MdMArmR4GqZMCoAv35oZmPi hx4r2AHaojqOKqHAEcBQ3cF77Z0aVFgdRaeVH08WwpF6nPXOZTCBnJGM/88+lNBrxb8f nKd5uwRO7+Pusr/lIkXLLIoblACka4cY8W+5Xz+Kc7tt6O2EkM/P21sDjXSdNKESdu0F kc+eRC1OrG+q+y13BxW7seFiPC2RSthtHzFwjusAU3w9a3JXX0uixJ0gl8Y3naYdlSkQ dHQ80ezPdBcVd2PzEgbXVXx6alScJAWJcquBaHg9Oup6ymVoabLnAOH5sAd+ME1xqCtd tB8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=C6D8dqsiJ2es6gVwyZr1OeANrETh6Kigtzl2Wf/AgAw=; b=agwKplrjNz6uaJ4EVBzDJnS9Ba/YtIcDG6Bcquuv+bZ2taPEyDDyjKQ2YPDY2sxGX3 kQC8HdmyvVFtzR+mvjrIh/orpI0j6IVWM762rzzYefwZY1aGtuFGCfEFkc/m4LlOzemx i3EVfiHOirj6mBpzrH83diQ+q/3KyYAPLGsHi4qogQq2awsLo/fe+oQRtJwcc/NuDckN 4SoL6hWgo+Ipbk+UlTO2csXpghyL8VryfSnhRwYtNosB1oILwLJJi/6cuRn+IKsfWzy+ pb9bdX003kprnmC6qHf73RQ5pIiwq9xTvZGR4EgMXPZX4RNnuvyeDSKbOxMS0DPh6t4z yJpg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2JXnCW5u; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k7si7565248eji.41.2020.04.16.00.59.38; Thu, 16 Apr 2020 01:00:01 -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=default header.b=2JXnCW5u; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439971AbgDPHzu (ORCPT + 99 others); Thu, 16 Apr 2020 03:55:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:36364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440362AbgDPHyu (ORCPT ); Thu, 16 Apr 2020 03:54:50 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 15DFD2076A; Thu, 16 Apr 2020 07:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587023690; bh=DEDM2KwFQ+vK11ji7RyEGWJ1qKcgpykTe24bEkqIMTI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2JXnCW5ud3M1WCKHv0FTA99c5lDGDffGfJz/0nsYzOwXucJujy40mOpDCM/HR5YtE mLly2mbUzjsj1VOxMMEh7+txROmajytDlAu8QrHDQXrhh7JOozt+JdeKhkuE4s1u4C yHZ9+ErK34iBsag9LAUffMWICV1dzSdI7EYhMPLU= Date: Thu, 16 Apr 2020 09:54:48 +0200 From: Greg KH To: Christoph Hellwig Cc: axboe@kernel.dk, yuyufen@huawei.com, tj@kernel.org, jack@suse.cz, bvanassche@acm.org, tytso@mit.edu, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 8/8] bdi: remove the name field in struct backing_dev_info Message-ID: <20200416075448.GH376871@kroah.com> References: <20200416071519.807660-1-hch@lst.de> <20200416071519.807660-9-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200416071519.807660-9-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 16, 2020 at 09:15:19AM +0200, Christoph Hellwig wrote: > The name is only printed for a not registered bdi in writeback. Use the > device name there as is more useful anyway for the unlike case that the > warning triggers. > > Signed-off-by: Christoph Hellwig Reviewed-by: Greg Kroah-Hartman