fscrypt: constify struct fscrypt_operations

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Eric Biggers
2017-02-07 12:42:10 -08:00
committed by Theodore Ts'o
부모 b14c8e6afd
커밋 6f69f0ed61
5개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제

파일 보기

@@ -2000,7 +2000,7 @@ static struct ubifs_info *alloc_ubifs_info(struct ubi_volume_desc *ubi)
}
#ifndef CONFIG_UBIFS_FS_ENCRYPTION
struct fscrypt_operations ubifs_crypt_operations = {
const struct fscrypt_operations ubifs_crypt_operations = {
.is_encrypted = __ubifs_crypt_is_encrypted,
};
#endif