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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0DCE2C433ED for ; Fri, 2 Apr 2021 12:22:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8DE86115A for ; Fri, 2 Apr 2021 12:22:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235207AbhDBMW3 (ORCPT ); Fri, 2 Apr 2021 08:22:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:48792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbhDBMW2 (ORCPT ); Fri, 2 Apr 2021 08:22:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1EFDF61158; Fri, 2 Apr 2021 12:22:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617366147; bh=f+d/TZI4Ubp+oeT3R4SGYepUDJVNLdy284TI4MXluh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xQRTDn/9Ml7hJ+lFejZ8cVTEQhGSvZEQZclXElUCA1N/5l7YHCDXHoZ0+9Va5Qeqd nA+/aYu3d4xEQcQH5Szcz1uRAdOX9tob1Zde33fEvAQW7brWM6ENjttC8lFiMHzSQc xRdfiPWCp7H312ZyFGATHdU8RBmOgE/VWPW/HFRE= Date: Fri, 2 Apr 2021 14:22:24 +0200 From: Greg KH To: zuoqilin1@163.com Cc: rafael@kernel.org, linux-kernel@vger.kernel.org, zuoqilin Subject: Re: [PATCH] fs/debugfs: Convert to DEFINE_SHOW_ATTRIBUTE Message-ID: References: <20210402121141.82-1-zuoqilin1@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210402121141.82-1-zuoqilin1@163.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 02, 2021 at 08:11:41PM +0800, zuoqilin1@163.com wrote: > From: zuoqilin Please use your full/real name. thanks, greg k-h