fscrypt: remove ->is_encrypted()
[linux-block.git] / fs / f2fs / super.c
index 89f61eb3d1671c3c5686a002adca8c0c427abd1c..1cb41f711ab8f1cdcc4b061b8425a8d4d1629ab7 100644 (file)
@@ -1594,13 +1594,11 @@ static const struct fscrypt_operations f2fs_cryptops = {
        .key_prefix     = "f2fs:",
        .get_context    = f2fs_get_context,
        .set_context    = f2fs_set_context,
-       .is_encrypted   = f2fs_encrypted_inode,
        .empty_dir      = f2fs_empty_dir,
        .max_namelen    = f2fs_max_namelen,
 };
 #else
 static const struct fscrypt_operations f2fs_cryptops = {
-       .is_encrypted   = f2fs_encrypted_inode,
 };
 #endif