X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fllite_lib.c;h=45b2128b4fd5044cefa73789ec1fef5e4fd71212;hp=66b3d2b9d9522701eed97804e0a430ec5c8a1c7a;hb=40d91eafe257;hpb=11fcbfa9de4a5170abc2c5df2a6e4e02f0f84268 diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 66b3d2b..45b2128 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -2966,7 +2966,8 @@ void ll_finish_md_op_data(struct md_op_data *op_data) ll_unlock_md_op_lsm(op_data); security_release_secctx(op_data->op_file_secctx, op_data->op_file_secctx_size); - OBD_FREE_PTR(op_data); + llcrypt_free_ctx(op_data->op_file_encctx, op_data->op_file_encctx_size); + OBD_FREE_PTR(op_data); } int ll_show_options(struct seq_file *seq, struct dentry *dentry)