Whamcloud - gitweb
- listman patches against all supported series
authoralex <alex>
Wed, 22 Oct 2003 10:59:37 +0000 (10:59 +0000)
committeralex <alex>
Wed, 22 Oct 2003 10:59:37 +0000 (10:59 +0000)
- hlist defines removed from lustre_compat25.h

lustre/include/linux/lustre_compat25.h
lustre/kernel_patches/series/chaos-2.4.18

index eee421b..9c7f831 100644 (file)
@@ -87,16 +87,6 @@ static inline void clear_page_dirty(struct page *page)
                 ClearPageDirty(page); 
 }
 
-/* 2.5 uses hlists for some things, like the d_hash.  we'll treat them
- * as 2.5 and let macros drop back.. */
-#define hlist_entry                     list_entry
-#define hlist_head                      list_head
-#define hlist_node                      list_head
-#define HLIST_HEAD                      LIST_HEAD
-#define INIT_HLIST_HEAD                 INIT_LIST_HEAD
-#define hlist_del_init                  list_del_init
-#define hlist_add_head                  list_add
-#define hlist_for_each_safe             list_for_each_safe
 #define KDEVT_INIT(val)                 (val)
 #define ext3_xattr_set_handle           ext3_xattr_set
 #define try_module_get                  __MOD_INC_USE_COUNT
index 40de7ba..87126ac 100644 (file)
@@ -29,3 +29,4 @@ ext3-extents-oflag-2.4.18-chaos.patch
 ext3-raw-lookup.patch
 nfs_export_kernel-2.4.18.patch
 ext3-ea-in-inode-2.4.18-chaos.patch
+listman-2.4.18.patch