From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbdFOSZH (ORCPT ); Thu, 15 Jun 2017 14:25:07 -0400 Received: from mail-yw0-f171.google.com ([209.85.161.171]:36155 "EHLO mail-yw0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752653AbdFOSZE (ORCPT ); Thu, 15 Jun 2017 14:25:04 -0400 MIME-Version: 1.0 In-Reply-To: <20170615074158.GA1764@quack2.suse.cz> References: <20170531081517.11438-1-tahsin@google.com> <20170531081517.11438-23-tahsin@google.com> <20170615074158.GA1764@quack2.suse.cz> From: Tahsin Erdogan Date: Thu, 15 Jun 2017 11:25:02 -0700 Message-ID: Subject: Re: [PATCH 23/28] mbcache: make mbcache more generic To: Jan Kara Cc: Jan Kara , "Theodore Ts'o" , Andreas Dilger , Dave Kleikamp , Alexander Viro , Mark Fasheh , Joel Becker , Jens Axboe , Deepa Dinamani , Mike Christie , Fabian Frederick , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, jfs-discussion@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, ocfs2-devel@oss.oracle.com, reiserfs-devel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 15, 2017 at 12:41 AM, Jan Kara wrote: > Can you explain a bit more what do you mean by "make it more generic" as it > seems you just rename a couple of things here... The change is really just that, having names that are more generic which do not limit use cases to block sharing. In a subsequent patch in the series ("[PATCH v4 27/28] ext4: xattr inode deduplication"), we start using the mbcache code to share xattr inodes. With that patch, old mb_cache_entry.e_block field could be holding either a block number or an inode number, so I renamed things to make them more generic.