commit | 4637fd11fff7ddca1a1d7d27d2fbfc4dcb8e9791 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Wed May 27 15:27:49 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jun 01 16:21:07 2015 -0700 |
tree | 0a619be7025b1b291653962eb580d77ed04f150b | |
parent | 81b0a8ffaa92012e63ea611e8aeb9e74acfcedac [diff] |
f2fs crypto: do not set encryption policy for non-directory by ioctl Encryption policy should only be set to an empty directory through ioctl, This patch add a judgement condition to verify type of the target inode to avoid incorrectly configuring for non-directory. Additionally, remove unneeded inline data conversion since regular or symlink file should not be processed here. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>