Whamcloud - gitweb
Changed comment to explain cl_env::ce_node
authoreeb <eeb>
Thu, 24 Sep 2009 10:26:35 +0000 (10:26 +0000)
committereeb <eeb>
Thu, 24 Sep 2009 10:26:35 +0000 (10:26 +0000)
lustre/obdclass/cl_object.c

index 602a3fa..cea73b0 100644 (file)
@@ -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;
         /**