From: eeb Date: Thu, 24 Sep 2009 10:26:35 +0000 (+0000) Subject: Changed comment to explain cl_env::ce_node X-Git-Tag: v1_9_270~7 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7333a546ee287dcd65bd38b3649af760956bf59b Changed comment to explain cl_env::ce_node --- diff --git a/lustre/obdclass/cl_object.c b/lustre/obdclass/cl_object.c index 602a3fa..cea73b0 100644 --- a/lustre/obdclass/cl_object.c +++ b/lustre/obdclass/cl_object.c @@ -512,7 +512,8 @@ struct cl_env { struct lu_env ce_lu; struct lu_context ce_ses; /** - * hash entry for lustre_hash_t + * This allows cl_env to be entered into cl_env_hash which implements + * the current thread -> client environment lookup. */ struct hlist_node ce_node; /**