Whamcloud - gitweb
LU-5223 lod: generate linkEA for shard of striped directory
[fs/lustre-release.git] / lustre / lod / lod_dev.c
index e63c6ed..9ab7972 100644 (file)
@@ -814,6 +814,7 @@ static void lod_key_fini(const struct lu_context *ctx,
                info->lti_ea_store = NULL;
                info->lti_ea_store_size = 0;
        }
+       lu_buf_free(&info->lti_linkea_buf);
        OBD_FREE_PTR(info);
 }