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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 E5B8CC433E0 for ; Fri, 12 Jun 2020 18:28:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BA4D7207ED for ; Fri, 12 Jun 2020 18:28:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="K0LoFKfR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726275AbgFLS2T (ORCPT ); Fri, 12 Jun 2020 14:28:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726085AbgFLS2S (ORCPT ); Fri, 12 Jun 2020 14:28:18 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74963C03E96F; Fri, 12 Jun 2020 11:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=fMK1eYp0u+euxgVOHw3duKdBcD5DBcCm6cJKZJ/S5Ew=; b=K0LoFKfReLadDNKAZKp1+itnoH v8A8dgGBIgan1mqcohgDbHer/ZNOHIwRT7uW5XbU/ERBTKINqAE/pMHlES0Sf+xxWDthJp9FnLFC/ ggMyycSwdgbQ3d78716YqH5Ut7Bw+PikAXz7vj9bpYjd7GJY3vOx6lwKoN3TENTuj0mt/ok9L3xrn 6ctNZfK+IU96OwH6aCg2kk6gblFozL0R2I9Ri4TUrp3pewmLjG1mP9esGujSEaanv73UjT/zJVqRn QquSt5sNP4Fc+J14oyiTQPa+R+vyfhmAfCebIisd6ZLWzx7dEJ3rJ3xClwOf198NEy6Y0AECywjq5 stCWouag==; Received: from willy by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jjoPU-0007Ua-0T; Fri, 12 Jun 2020 18:28:12 +0000 Date: Fri, 12 Jun 2020 11:28:11 -0700 From: Matthew Wilcox To: Markus Elfring Cc: Kaitao Cheng , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Alexey Dobriyan , Colin Ian King , Muchun Song Subject: Re: [v2] proc/fd: Remove unnecessary variable initialisations in seq_show() Message-ID: <20200612182811.GH8681@bombadil.infradead.org> References: <20200612160946.21187-1-pilgrimtao@gmail.com> <7fdada40-370d-37b3-3aab-bfbedaa1804f@web.de> <20200612170033.GF8681@bombadil.infradead.org> <80794080-138f-d015-39df-36832e9ab5d4@web.de> <20200612170431.GG8681@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Jun 12, 2020 at 08:22:43PM +0200, Markus Elfring wrote: > >> Would you like to clarify concrete software development ideas? > > > > Yes. Learn something deeply, then your opinion will have value. > > The presented suggestions trigger different views by involved contributors. Most of the views I've heard are "Markus, go away". Do you not hear these views? > In which directions can the desired clarification evolve? You could try communicating in a way that the rest of us do. For example, instead of saying something weird about "collateral evolution" you could say "I think there's a similar bug here". > How do you think about further function design alternatives? Could you repeat that in German? I don't know what you mean.