From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756217AbdJJNU3 (ORCPT ); Tue, 10 Oct 2017 09:20:29 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:58754 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755349AbdJJNU0 (ORCPT ); Tue, 10 Oct 2017 09:20:26 -0400 Date: Tue, 10 Oct 2017 06:20:25 -0700 From: Matthew Wilcox To: Masahiro Yamada 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 Hadas , Joonas Lahtinen , Matan Barak , netdev@vger.kernel.org, Saeed Mahameed , Jeff Layton , linux-fsdevel@vger.kernel.org, Marc Zyngier Subject: Re: [PATCH 00/12] radix-tree: split out struct radix_tree_root out to 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.