From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:57264 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932531AbcIEO4Z (ORCPT ); Mon, 5 Sep 2016 10:56:25 -0400 Date: Mon, 5 Sep 2016 07:56:22 -0700 From: Christoph Hellwig To: "Darrick J. Wong" Cc: david@fromorbit.com, viro@ZenIV.linux.org.uk, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com, linux-api@vger.kernel.org Subject: Re: [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE Message-ID: <20160905145622.GB7662@infradead.org> References: <147216784041.525.7722906502172299465.stgit@birch.djwong.org> <147216786073.525.16014208838990530622.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147216786073.525.16014208838990530622.stgit@birch.djwong.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 25, 2016 at 04:31:00PM -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. Just curious, but why would we even bother to expose the reflink flag to userspace?