Re: [f2fs-dev] [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup

2015-05-10 Thread hujianyang
It's OK now. Thanks, Hu On 2015/5/11 13:12, Jaegeuk Kim wrote: > Hi Hujianynag, > > I just fixed it up, and rebased the dev branch. > Could you check them out? > > Thanks, > > On Mon, May 11, 2015 at 10:52:48AM +0800, hujianyang wrote: >> Hi Jaegeuk, >> >> While compiling >> git://git.kernel.

Re: [f2fs-dev] [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup

2015-05-10 Thread Jaegeuk Kim
Hi Hujianynag, I just fixed it up, and rebased the dev branch. Could you check them out? Thanks, On Mon, May 11, 2015 at 10:52:48AM +0800, hujianyang wrote: > Hi Jaegeuk, > > While compiling git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > branch dev(commit 5af6e74892a f2fs cryp

Re: [f2fs-dev] [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup

2015-05-10 Thread hujianyang
Hi Jaegeuk, While compiling git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git branch dev(commit 5af6e74892a f2fs crypto: remove checking key context during lookup), I saw an error: fs/f2fs/dir.c: In function ‘find_in_level’: fs/f2fs/dir.c:163: error: unknown field ‘len’ specified in

[f2fs-dev] [PATCH 14/18] f2fs crypto: add filename encryption for f2fs_lookup

2015-05-08 Thread Jaegeuk Kim
This patch implements filename encryption support for f2fs_lookup. Note that, f2fs_find_entry should be outside of f2fs_(un)lock_op(). Signed-off-by: Jaegeuk Kim --- fs/f2fs/dir.c| 79 fs/f2fs/f2fs.h | 9 --- fs/f2fs/inline.c |