From 7333a546ee287dcd65bd38b3649af760956bf59b Mon Sep 17 00:00:00 2001 From: eeb Date: Thu, 24 Sep 2009 10:26:35 +0000 Subject: [PATCH] Changed comment to explain cl_env::ce_node --- lustre/obdclass/cl_object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /** -- 1.8.3.1