From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:41960 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752719AbcAPVWe (ORCPT ); Sat, 16 Jan 2016 16:22:34 -0500 Date: Sat, 16 Jan 2016 16:22:31 -0500 From: Theodore Ts'o To: Dave Chinner Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org, ext4@vger.kernel.org Subject: Re: [PATCH 2/3] xfs: use FS_XFLAG definitions directly Message-ID: <20160116212231.GB26427@thunk.org> References: <1451886892-15548-1-git-send-email-david@fromorbit.com> <1451886892-15548-3-git-send-email-david@fromorbit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451886892-15548-3-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jan 04, 2016 at 04:54:51PM +1100, Dave Chinner wrote: > From: Dave Chinner > > Now that the ioctls have been hoisted up to the VFS level, use > the VFs definitions directly and remove the XFS specific definitions > completely. Userspace is going to have to handle the change of this > interface separately, so removing the definitions from xfs_fs.h is > not an issue here at all. > > Signed-off-by: Dave Chinner Looks good to me. Reviewed-by: Theodore Ts'o - Ted