Whamcloud - gitweb
- list_for_each_entry_safe(), list_move() and list_move_tail() have been added
[fs/lustre-release.git] / lustre / kernel_patches / patches / iod-stock-24-exports_hp.patch
index 669b44d..3035f55 100644 (file)
@@ -1,5 +1,10 @@
---- linux-2.4.19-hp2_pnnl4_Lv13/fs/inode.c.iod-export  2003-02-27 14:28:04.000000000 -0800
-+++ linux-2.4.19-hp2_pnnl4_Lv13/fs/inode.c     2003-03-03 13:54:59.000000000 -0800
+ fs/Makefile     |    2 +-
+ fs/inode.c      |    4 +++-
+ mm/page_alloc.c |    1 +
+ 3 files changed, 5 insertions(+), 2 deletions(-)
+
+--- linux/fs/inode.c~iod-stock-24-exports_hp   Wed Apr  9 10:44:54 2003
++++ linux-mmonroe/fs/inode.c   Wed Apr  9 10:49:50 2003
 @@ -5,6 +5,7 @@
   */
  
@@ -8,7 +13,7 @@
  #include <linux/fs.h>
  #include <linux/string.h>
  #include <linux/mm.h>
-@@ -66,7 +67,8 @@
+@@ -66,7 +67,8 @@ static LIST_HEAD(anon_hash_chain); /* fo
   * NOTE! You also have to own the lock if you change
   * the i_state of an inode while it is in use..
   */
@@ -18,8 +23,8 @@
  
  /*
   * Statistics gathering..
---- linux-2.4.19-hp2_pnnl4_Lv13/fs/Makefile.iod-export 2003-02-27 14:28:01.000000000 -0800
-+++ linux-2.4.19-hp2_pnnl4_Lv13/fs/Makefile    2003-03-03 13:56:11.000000000 -0800
+--- linux/fs/Makefile~iod-stock-24-exports_hp  Wed Apr  9 10:26:08 2003
++++ linux-mmonroe/fs/Makefile  Wed Apr  9 10:49:50 2003
 @@ -7,7 +7,7 @@
  
  O_TARGET := fs.o
  mod-subdirs :=        nls xfs
  
  obj-y :=      open.o read_write.o devices.o file_table.o buffer.o \
---- linux-2.4.19-hp2_pnnl4_Lv13/mm/page_alloc.c.iod-export     2003-02-27 14:28:01.000000000 -0800
-+++ linux-2.4.19-hp2_pnnl4_Lv13/mm/page_alloc.c        2003-03-03 13:54:59.000000000 -0800
-@@ -28,6 +28,7 @@
+--- linux/mm/page_alloc.c~iod-stock-24-exports_hp      Wed Apr  9 10:26:14 2003
++++ linux-mmonroe/mm/page_alloc.c      Wed Apr  9 10:49:50 2003
+@@ -28,6 +28,7 @@ int nr_inactive_pages;
  LIST_HEAD(inactive_list);
  LIST_HEAD(active_list);
  pg_data_t *pgdat_list;
 +EXPORT_SYMBOL(pgdat_list);
  
- /* Used to look up the address of the struct zone encoded in page->zone */
- zone_t *zone_table[MAX_NR_ZONES*MAX_NR_NODES];
+ /*
+  *
+
+_