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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E65CC6FA8B for ; Tue, 20 Sep 2022 00:37:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbiITAhd (ORCPT ); Mon, 19 Sep 2022 20:37:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiITAha (ORCPT ); Mon, 19 Sep 2022 20:37:30 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9923742AD4 for ; Mon, 19 Sep 2022 17:37:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3E171B81680 for ; Tue, 20 Sep 2022 00:37:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28CF3C433D7; Tue, 20 Sep 2022 00:37:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663634246; bh=heePZ7QZ8vqdl1z91+kj41jIj0IOXSC9O4w358wTHLE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DDHdzC0KC/PA0taYnCBU7pDQQr0CSYsb46eQNyYxWyzyamXbvUJWl2YOpNOwqWK4w j0ubfpjeczF/oXFV/TiWq9TpRJwWFCewsiXEJcBzIMY/NAxiT9QYyW14wZWzFoDPRf 7+ffx8VSg+XFv9m3yIwc4BlABZo5QI6MMV7l+0hHtinJFF7+vpKEd8FNsNSPW6C25V jksh/jnp8yFPiPPtSOY1kiqtFCV7q1ODrF2hfjgW2xMbm2rQq5zxk4Ya4W3aVDC6li tlMfrzJKMKBF5w+mUbRNZFrv1b4Xz8pkbFiuy7rH/COQFK+MwQIfiRegM88CJBMyGF /4QdVouLrQcAQ== Date: Tue, 20 Sep 2022 08:37:13 +0800 From: Gao Xiang To: Al Viro Cc: Jiangshan Yi <13667453960@163.com>, akpm@linux-foundation.org, willy@infradead.org, linux-kernel@vger.kernel.org, Jiangshan Yi Subject: Re: [PATCH] fs/efs/inode.c: use __func__ instead of function name Message-ID: Mail-Followup-To: Al Viro , Jiangshan Yi <13667453960@163.com>, akpm@linux-foundation.org, willy@infradead.org, linux-kernel@vger.kernel.org, Jiangshan Yi References: <20220919023314.3622391-1-13667453960@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 01:24:26AM +0100, Al Viro wrote: > On Mon, Sep 19, 2022 at 10:33:14AM +0800, Jiangshan Yi wrote: > > From: Jiangshan Yi > > > > It is better to use __func__ instead of function name. > > Why is it better? And why is it *not* sent to (active) > maintainers of fs/erofs? I'm not going to apply that behind their > backs and I would ask akpm to abstain from taking that one. It's efs although it also starts with letter e and ends with fs ;). I have no idea who actually takes care of it now. Thanks, Gao Xiang