Re: [PATCH v2] xfs: use generic FS_IOC_GOINGDOWN for ioctl

2015-01-08 Thread Dave Chinner
On Thu, Jan 08, 2015 at 05:48:33PM -0800, Jaegeuk Kim wrote: > Change log from v1: > o remove the obsolete options. > > -- >8 -- > > This patch uses XFS_IOC_GOINGDOWN for a generic ioctl command, > FS_IOC_GOINGDOWN. Please send the initial rename patch and the XFS changing patches as a linked

Re: [PATCH v2] xfs: use generic FS_IOC_GOINGDOWN for ioctl

2015-01-08 Thread Jaegeuk Kim
Change log from v1: o remove the obsolete options. -- >8 -- This patch uses XFS_IOC_GOINGDOWN for a generic ioctl command, FS_IOC_GOINGDOWN. Cc: Dave Chinner Signed-off-by: Jaegeuk Kim --- fs/xfs/xfs_fs.h| 9 + fs/xfs/xfs_fsops.c | 6 +++--- 2 files changed, 4 insertions(+), 11

Re: [PATCH v2] xfs: use generic FS_IOC_GOINGDOWN for ioctl

2015-01-08 Thread Jaegeuk Kim
Change log from v1: o remove the obsolete options. -- 8 -- This patch uses XFS_IOC_GOINGDOWN for a generic ioctl command, FS_IOC_GOINGDOWN. Cc: Dave Chinner da...@fromorbit.com Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/xfs/xfs_fs.h| 9 + fs/xfs/xfs_fsops.c | 6 +++--- 2

Re: [PATCH v2] xfs: use generic FS_IOC_GOINGDOWN for ioctl

2015-01-08 Thread Dave Chinner
On Thu, Jan 08, 2015 at 05:48:33PM -0800, Jaegeuk Kim wrote: Change log from v1: o remove the obsolete options. -- 8 -- This patch uses XFS_IOC_GOINGDOWN for a generic ioctl command, FS_IOC_GOINGDOWN. Please send the initial rename patch and the XFS changing patches as a linked series