From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:51187 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751757AbcFQLlS (ORCPT ); Fri, 17 Jun 2016 07:41:18 -0400 Date: Fri, 17 Jun 2016 04:41:17 -0700 From: Christoph Hellwig To: "Darrick J. Wong" Cc: david@fromorbit.com, linux-fsdevel@vger.kernel.org, vishal.l.verma@intel.com, xfs@oss.sgi.com Subject: Re: [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE Message-ID: <20160617114117.GF19042@infradead.org> References: <146612627129.12839.3827886950949809165.stgit@birch.djwong.org> <146612628567.12839.3246258786290141903.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <146612628567.12839.3246258786290141903.stgit@birch.djwong.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Jun 16, 2016 at 06:18:05PM -0700, Darrick J. Wong wrote: > Introduce XFLAGs for the new XFS reflink inode flag and the CoW extent > size hint, and actually plumb the CoW extent size hint into the fsxattr > structure. > > Signed-off-by: Darrick J. Wong Should go behind all the updates that are useful without any new rmap or reflink functionality. In fact it would be great if you could send out a series with just those little fixes and cleanups first.