commit | cfc4d971df411c68e27d903f749e0f6fffd9da40 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri May 15 15:37:24 2015 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jun 01 16:20:59 2015 -0700 |
tree | 912d0fe1b1492daf8fe8ff3322092aba8554b4b5 | |
parent | b9da898b05859ac4a0ea4460d798b6bb655790f3 [diff] |
f2fs crypto: split f2fs_crypto_init/exit with two parts This patch splits f2fs_crypto_init/exit with two parts: base initialization and memory allocation. Firstly, f2fs module declares the base encryption memory pointers. Then, allocating internal memories is done at the first encrypted inode access. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>