Re: [f2fs-dev] [PATCH 1/2] src/godown: support f2fs triggering specific ioctl

2015-01-08 Thread Jaegeuk Kim
On Thu, Jan 08, 2015 at 12:44:56PM -0600, Eric Sandeen wrote: > On 1/8/15 12:31 PM, Jaegeuk Kim wrote: > > This patch triggers the F2FS-related ioctl for godown. > > hohum, wouldn't it be a whole lot easier to just re-use the XFS ioctl > number in f2fs? Then you wouldn't have to duplicate all thi

Re: [f2fs-dev] [PATCH 1/2] src/godown: support f2fs triggering specific ioctl

2015-01-08 Thread Eric Sandeen
On 1/8/15 12:31 PM, Jaegeuk Kim wrote: > This patch triggers the F2FS-related ioctl for godown. hohum, wouldn't it be a whole lot easier to just re-use the XFS ioctl number in f2fs? Then you wouldn't have to duplicate all this code. If you really want your own unique ioctl number, what about jus

[f2fs-dev] [PATCH 1/2] src/godown: support f2fs triggering specific ioctl

2015-01-08 Thread Jaegeuk Kim
This patch triggers the F2FS-related ioctl for godown. Signed-off-by: Jaegeuk Kim --- src/godown.c | 88 1 file changed, 65 insertions(+), 23 deletions(-) diff --git a/src/godown.c b/src/godown.c index b140a41..b44790b 100644 --- a/sr