From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:41944 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752957AbcAPVWU (ORCPT ); Sat, 16 Jan 2016 16:22:20 -0500 Date: Sat, 16 Jan 2016 16:22:16 -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 1/3] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion Message-ID: <20160116212216.GA26427@thunk.org> References: <1451886892-15548-1-git-send-email-david@fromorbit.com> <1451886892-15548-2-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-2-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jan 04, 2016 at 04:54:50PM +1100, Dave Chinner wrote: > From: Dave Chinner > > Hoist the ioctl definitions for the XFS_IOC_FS[SG]SETXATTR API from > fs/xfs/libxfs/xfs_fs.h to include/uapi/linux/fs.h so that the ioctls > can be used by all filesystems, not just XFS. This enables > (initially) ext4 to use the ioctl to set project IDs on inodes. > > Based-on-patch-from: Li Xi > Signed-off-by: Dave Chinner Looks good to me. Reviewed-by: Theodore Ts'o - Ted