From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to Date: Tue, 10 Oct 2017 06:20:25 -0700 Message-ID: <20171010132025.GA2687@bombadil.infradead.org> References: <1507479013-5207-1-git-send-email-yamada.masahiro@socionext.com> <20171010121829.GA26493@bombadil.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Kernel Mailing List , Thomas Gleixner , Andrew Morton , Ian Abbott , Ingo Molnar , Linus Torvalds , linux-cachefs@redhat.com, linux-sh@vger.kernel.org, Rodrigo Vivi , dri-devel , David Airlie , linux-rdma@vger.kernel.org, Yoshinori Sato , Tariq Toukan , Rich Felker , Leon Romanovsky , Jani Nikula , "J. Bruce Fields" , David Howells , intel-gfx@lists.freedesktop.org, Yishai To: Masahiro Yamada Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Oct 10, 2017 at 09:56:22PM +0900, Masahiro Yamada wrote: > One refactoring alone does not produce much benefits, > but making continuous efforts will disentangle the knotted threads. > Of course, this might be a pipe dream... A lot of people have had that dream, and some of those refactoring efforts have proven worthwhile. But it's not a dream without costs; your refactoring will conflict with other changes. I don't think the benefit here is high enough to pursue this edition of the dream.