From 50a8332f4aa6c8ab102039641027a20a9e5c5a07 Mon Sep 17 00:00:00 2001 From: liuy <liuy> Date: Wed, 8 Aug 2007 02:29:25 +0000 Subject: [PATCH] Branch HEAD b=12333 i=green, nathan replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE --- lustre/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 328b84f6f3..8fd148b82a 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -16,6 +16,11 @@ Bugzilla : 12606 Description: don't use GFP_* in generic Lustre code. Details : Use cfs_alloc_* functions and CFS_* flags for code portability. +Severity : normal +Bugzilla : 12333 +Description: obdclass is limited by single OBD_ALLOC(idarray) +Details : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc. <info@clusterfs.com> -- GitLab