f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 12 May 2015 20:33:00 +0000 (13:33 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 1 Jun 2015 23:20:56 +0000 (16:20 -0700)
commit640778fbc97b36757bd1f857ba4b599a200517c2
tree9cbbe8144f1a4090c23ebdf96104287224df2d2a
parent8bacf6deb02367008cc25244d9c3d23b0f797048
f2fs crypto: get rid of ci_mode from struct f2fs_crypt_info

This patch integrates the below patch into f2fs.

"ext4 crypto: get rid of ci_mode from struct ext4_crypt_info

The ci_mode field was superfluous, and getting rid of it gets rid of
an unused hole in the structure."

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/crypto.c
fs/f2fs/crypto_fname.c
fs/f2fs/crypto_key.c
fs/f2fs/f2fs_crypto.h
This page took 0.024789 seconds and 5 git commands to generate.