From: liuy Date: Wed, 8 Aug 2007 02:29:25 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: 1.6.1~24 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=50a8332f4aa6c8ab102039641027a20a9e5c5a07;p=fs%2Flustre-release.git Branch HEAD b=12333 i=green, nathan replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 328b84f..8fd148b 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.