Re: [f2fs-dev] [PATCH] f2fs: convert inline_data for f2fs_fiemap

2015-10-19 Thread Jaegeuk Kim
On Sat, Oct 17, 2015 at 12:57:13AM +0200, Marc Lehmann wrote: > On Fri, Oct 16, 2015 at 09:07:17AM -0700, Jaegeuk Kim > wrote: > > For fiemap, we should convert inline_data for user. > > Sorry for not answeriung your other mails, I'm busy, but I just saw this > patch: > > > + /* we don't need

Re: [f2fs-dev] [PATCH] f2fs: convert inline_data for f2fs_fiemap

2015-10-16 Thread Marc Lehmann
On Fri, Oct 16, 2015 at 09:07:17AM -0700, Jaegeuk Kim wrote: > For fiemap, we should convert inline_data for user. Sorry for not answeriung your other mails, I'm busy, but I just saw this patch: > + /* we don't need to use inline_data strictly */ > + if (f2fs_has_inline_data(inode)) { >

[f2fs-dev] [PATCH] f2fs: convert inline_data for f2fs_fiemap

2015-10-16 Thread Jaegeuk Kim
For fiemap, we should convert inline_data for user. Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 77dfc9e..174a299 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -771,6 +771,13 @@ int f2fs_fiema