Whamcloud - gitweb
LU-6587 obdclass: use OBD_FREE_LARGE with OBD_ALLOC_LARGE
[fs/lustre-release.git] / lustre / include / lustre_dlm.h
index 61728ea..5beb294 100644 (file)
@@ -813,6 +813,7 @@ struct ldlm_lock {
 
        /**
         * Temporary storage for a LVB received during an enqueue operation.
+        * May be vmalloc'd, so needs to be freed with OBD_FREE_LARGE().
         */
        __u32                   l_lvb_len;
        void                    *l_lvb_data;