From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 16 Mar 2018 15:05:33 -0400 From: Josef Bacik To: Matthew Wilcox Cc: Andrew Morton , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Ryusuke Konishi , linux-nilfs@vger.kernel.org Subject: Re: [PATCH v9 11/61] xarray: Add definition of struct xarray Message-ID: <20180316190531.kpepu5eaimnnixf5@destiny> References: <20180313132639.17387-1-willy@infradead.org> <20180313132639.17387-12-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180313132639.17387-12-willy@infradead.org> Sender: owner-linux-mm@kvack.org List-ID: On Tue, Mar 13, 2018 at 06:25:49AM -0700, Matthew Wilcox wrote: > From: Matthew Wilcox > > This is a direct replacement for struct radix_tree_root. Some of the > struct members have changed name; convert those, and use a #define so > that radix_tree users continue to work without change. > > Signed-off-by: Matthew Wilcox Reviewed-by: Josef Bacik Thanks, Josef