Whamcloud - gitweb
Branch HEAD
authorliuy <liuy>
Wed, 8 Aug 2007 02:29:25 +0000 (02:29 +0000)
committerliuy <liuy>
Wed, 8 Aug 2007 02:29:25 +0000 (02:29 +0000)
b=12333
i=green, nathan

replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE

lustre/ChangeLog

index 328b84f..8fd148b 100644 (file)
@@ -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>