commit | d3baf7c4725601d4689397b9f7dde9e3ddea032d | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon May 25 18:07:02 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jun 01 16:21:05 2015 -0700 |
tree | 5ad0bae1f48ef76cdcdcdc4cb04b707610d9c26c | |
parent | 12377024719f08b7411afe9fc0169b13808dfefa [diff] |
f2fs crypto: check context consistent for rename2 For exchange rename, we should check context consistent of encryption between new_dir and old_inode or old_dir and new_inode. Otherwise inheritance of parent's encryption context will be broken. Signed-off-by: Chao Yu <chao2.yu@samsung.com> [Jaegeuk Kim: sync with ext4 approach] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>