Re: [PATCH 23/32] mbcache: make mbcache naming more generic

From: Theodore Ts'o
Date: Thu Jun 22 2017 - 10:37:15 EST


On Wed, Jun 21, 2017 at 02:21:33PM -0700, Tahsin Erdogan wrote:
> Make names more generic so that mbcache usage is not limited to
> block sharing. In a subsequent patch in the series
> ("ext4: xattr inode deduplication"), we start using the mbcache code
> for sharing xattr inodes. With that patch, old mb_cache_entry.e_block
> field could be holding either a block number or an inode number.
>
> Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx>

Thanks, added to the ext4 patch queue.

- Ted