logo       


[SSI] openssi/kernel.patches/common lustre-ssi.patch,1.1.2.4,1.1.2.5: msg#00067

Subject: [SSI] openssi/kernel.patches/common lustre-ssi.patch,1.1.2.4,1.1.2.5
Update of /cvsroot/ssic-linux/openssi/kernel.patches/common
In directory sc8-pr-cvs1:/tmp/cvs-serv2044/common

Modified Files:
      Tag: OPENSSI-RH
        lustre-ssi.patch 
Log Message:
Need this function to build correctly


Index: lustre-ssi.patch
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel.patches/common/lustre-ssi.patch,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** lustre-ssi.patch    8 Oct 2003 22:37:45 -0000       1.1.2.4
--- lustre-ssi.patch    9 Oct 2003 00:42:43 -0000       1.1.2.5
***************
*** 1,5 ****
  diff -Nar -U 4 lo/arch/ia64/mm/init.c ln/arch/ia64/mm/init.c
! --- lo/arch/ia64/mm/init.c    2003-10-08 15:31:38.000000000 -0700
! +++ ln/arch/ia64/mm/init.c    2003-10-08 08:45:19.000000000 -0700
  @@ -44,8 +44,14 @@
   
--- 1,23 ----
+ diff -Nar -U 4 lo/arch/i386/mm/init.c ln/arch/i386/mm/init.c
+ --- lo/arch/i386/mm/init.c    2003-10-08 17:21:03.000000000 -0700
+ +++ ln/arch/i386/mm/init.c    2003-10-08 17:20:03.000000000 -0700
+ @@ -42,8 +42,14 @@
+  unsigned long highstart_pfn, highend_pfn;
+  static unsigned long totalram_pages;
+  static unsigned long totalhigh_pages;
+  
+ +struct page *check_get_page(unsigned long kaddr)
+ +{
+ +#warning FIXME: Lustre team, is this solid?
+ +     return virt_to_page(kaddr);
+ +}
+ +
+  int do_check_pgt_cache(int low, int high)
+  {
+       return 0;       /* FIXME! */
+  #if 0
  diff -Nar -U 4 lo/arch/ia64/mm/init.c ln/arch/ia64/mm/init.c
! --- lo/arch/ia64/mm/init.c    2003-10-08 17:19:10.000000000 -0700
! +++ ln/arch/ia64/mm/init.c    2003-10-08 17:17:23.000000000 -0700
  @@ -44,8 +44,14 @@
   
***************
*** 18,23 ****
        int freed = 0;
  diff -Nar -U 4 lo/cluster/ssi/cfs/cfs_chard.c ln/cluster/ssi/cfs/cfs_chard.c
! --- lo/cluster/ssi/cfs/cfs_chard.c    2003-10-08 15:31:38.000000000 -0700
! +++ ln/cluster/ssi/cfs/cfs_chard.c    2003-10-08 08:45:19.000000000 -0700
  @@ -433,9 +433,9 @@
                if (!CFS_AT_SERVER_SB(sb))
--- 36,41 ----
        int freed = 0;
  diff -Nar -U 4 lo/cluster/ssi/cfs/cfs_chard.c ln/cluster/ssi/cfs/cfs_chard.c
! --- lo/cluster/ssi/cfs/cfs_chard.c    2003-10-08 17:19:10.000000000 -0700
! +++ ln/cluster/ssi/cfs/cfs_chard.c    2003-10-08 17:17:23.000000000 -0700
  @@ -433,9 +433,9 @@
                if (!CFS_AT_SERVER_SB(sb))
***************
*** 43,48 ****
   
  diff -Nar -U 4 lo/cluster/ssi/cfs/cfs_svc.c ln/cluster/ssi/cfs/cfs_svc.c
! --- lo/cluster/ssi/cfs/cfs_svc.c      2003-10-08 15:31:38.000000000 -0700
! +++ ln/cluster/ssi/cfs/cfs_svc.c      2003-10-08 08:45:19.000000000 -0700
  @@ -109,9 +109,9 @@
                                spin_unlock(&sb_lock);
--- 61,66 ----
   
  diff -Nar -U 4 lo/cluster/ssi/cfs/cfs_svc.c ln/cluster/ssi/cfs/cfs_svc.c
! --- lo/cluster/ssi/cfs/cfs_svc.c      2003-10-08 17:19:10.000000000 -0700
! +++ ln/cluster/ssi/cfs/cfs_svc.c      2003-10-08 17:17:23.000000000 -0700
  @@ -109,9 +109,9 @@
                                spin_unlock(&sb_lock);
***************
*** 57,62 ****
                                break;
  diff -Nar -U 4 lo/cluster/ssi/cfs/vfs.c ln/cluster/ssi/cfs/vfs.c
! --- lo/cluster/ssi/cfs/vfs.c  2003-10-08 15:31:38.000000000 -0700
! +++ ln/cluster/ssi/cfs/vfs.c  2003-10-08 08:45:19.000000000 -0700
  @@ -1037,9 +1037,9 @@
                }
--- 75,80 ----
                                break;
  diff -Nar -U 4 lo/cluster/ssi/cfs/vfs.c ln/cluster/ssi/cfs/vfs.c
! --- lo/cluster/ssi/cfs/vfs.c  2003-10-08 17:19:10.000000000 -0700
! +++ ln/cluster/ssi/cfs/vfs.c  2003-10-08 17:17:23.000000000 -0700
  @@ -1037,9 +1037,9 @@
                }
***************
*** 82,87 ****
   #ifdef SKIP
  diff -Nar -U 4 lo/drivers/block/blkpg.c ln/drivers/block/blkpg.c
! --- lo/drivers/block/blkpg.c  2003-10-08 15:31:38.000000000 -0700
! +++ ln/drivers/block/blkpg.c  2003-10-08 08:45:19.000000000 -0700
  @@ -297,4 +297,39 @@
        }
--- 100,105 ----
   #ifdef SKIP
  diff -Nar -U 4 lo/drivers/block/blkpg.c ln/drivers/block/blkpg.c
! --- lo/drivers/block/blkpg.c  2003-10-08 17:19:10.000000000 -0700
! +++ ln/drivers/block/blkpg.c  2003-10-08 17:17:23.000000000 -0700
  @@ -297,4 +297,39 @@
        }
***************
*** 125,130 ****
  +EXPORT_SYMBOL(dev_clear_rdonly);
  diff -Nar -U 4 lo/drivers/block/loop.c ln/drivers/block/loop.c
! --- lo/drivers/block/loop.c   2003-10-08 15:31:38.000000000 -0700
! +++ ln/drivers/block/loop.c   2003-10-08 08:45:19.000000000 -0700
  @@ -490,8 +490,11 @@
        atomic_inc(&lo->lo_pending);
--- 143,148 ----
  +EXPORT_SYMBOL(dev_clear_rdonly);
  diff -Nar -U 4 lo/drivers/block/loop.c ln/drivers/block/loop.c
! --- lo/drivers/block/loop.c   2003-10-08 17:19:10.000000000 -0700
! +++ ln/drivers/block/loop.c   2003-10-08 17:17:23.000000000 -0700
  @@ -490,8 +490,11 @@
        atomic_inc(&lo->lo_pending);
***************
*** 140,145 ****
                rw = READ;
  diff -Nar -U 4 lo/drivers/ide/ide-disk.c ln/drivers/ide/ide-disk.c
! --- lo/drivers/ide/ide-disk.c 2003-10-08 15:31:38.000000000 -0700
! +++ ln/drivers/ide/ide-disk.c 2003-10-08 08:45:19.000000000 -0700
  @@ -536,8 +536,12 @@
    * It also takes care of issuing special DRIVE_CMDs.
--- 158,163 ----
                rw = READ;
  diff -Nar -U 4 lo/drivers/ide/ide-disk.c ln/drivers/ide/ide-disk.c
! --- lo/drivers/ide/ide-disk.c 2003-10-08 17:19:10.000000000 -0700
! +++ ln/drivers/ide/ide-disk.c 2003-10-08 17:17:23.000000000 -0700
  @@ -536,8 +536,12 @@
    * It also takes care of issuing special DRIVE_CMDs.
***************
*** 156,161 ****
                return ide_stopped;
  diff -Nar -U 4 lo/fs/dcache.c ln/fs/dcache.c
! --- lo/fs/dcache.c    2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/dcache.c    2003-10-08 08:45:19.000000000 -0700
  @@ -185,8 +185,15 @@
        if (list_empty(&dentry->d_hash)) {
--- 174,179 ----
                return ide_stopped;
  diff -Nar -U 4 lo/fs/dcache.c ln/fs/dcache.c
! --- lo/fs/dcache.c    2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/dcache.c    2003-10-08 17:17:23.000000000 -0700
  @@ -185,8 +185,15 @@
        if (list_empty(&dentry->d_hash)) {
***************
*** 200,205 ****
        __typeof__ (x) __tmp = x; \
  diff -Nar -U 4 lo/fs/exec.c ln/fs/exec.c
! --- lo/fs/exec.c      2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/exec.c      2003-10-08 08:45:19.000000000 -0700
  @@ -164,10 +164,11 @@
   {
--- 218,223 ----
        __typeof__ (x) __tmp = x; \
  diff -Nar -U 4 lo/fs/exec.c ln/fs/exec.c
! --- lo/fs/exec.c      2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/exec.c      2003-10-08 17:17:23.000000000 -0700
  @@ -164,10 +164,11 @@
   {
***************
*** 264,269 ****
   
  diff -Nar -U 4 lo/fs/ext3/Makefile ln/fs/ext3/Makefile
! --- lo/fs/ext3/Makefile       2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/ext3/Makefile       2003-10-08 08:45:19.000000000 -0700
  @@ -8,8 +8,10 @@
   # Note 2! The CFLAGS definitions are now in the main makefile...
--- 282,287 ----
   
  diff -Nar -U 4 lo/fs/ext3/Makefile ln/fs/ext3/Makefile
! --- lo/fs/ext3/Makefile       2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/ext3/Makefile       2003-10-08 17:17:23.000000000 -0700
  @@ -8,8 +8,10 @@
   # Note 2! The CFLAGS definitions are now in the main makefile...
***************
*** 278,283 ****
   
  diff -Nar -U 4 lo/fs/ext3/super.c ln/fs/ext3/super.c
! --- lo/fs/ext3/super.c        2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/ext3/super.c        2003-10-08 08:45:19.000000000 -0700
  @@ -1769,9 +1769,9 @@
   {
--- 296,301 ----
   
  diff -Nar -U 4 lo/fs/ext3/super.c ln/fs/ext3/super.c
! --- lo/fs/ext3/super.c        2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/ext3/super.c        2003-10-08 17:17:23.000000000 -0700
  @@ -1769,9 +1769,9 @@
   {
***************
*** 292,297 ****
   MODULE_LICENSE("GPL");
  diff -Nar -U 4 lo/fs/inode.c ln/fs/inode.c
! --- lo/fs/inode.c     2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/inode.c     2003-10-08 08:45:19.000000000 -0700
  @@ -4,8 +4,9 @@
    * (C) 1997 Linus Torvalds
--- 310,315 ----
   MODULE_LICENSE("GPL");
  diff -Nar -U 4 lo/fs/inode.c ln/fs/inode.c
! --- lo/fs/inode.c     2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/inode.c     2003-10-08 17:17:23.000000000 -0700
  @@ -4,8 +4,9 @@
    * (C) 1997 Linus Torvalds
***************
*** 387,392 ****
        return res;
  diff -Nar -U 4 lo/fs/Makefile ln/fs/Makefile
! --- lo/fs/Makefile    2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/Makefile    2003-10-08 08:45:19.000000000 -0700
  @@ -6,9 +6,9 @@
   # 
--- 405,410 ----
        return res;
  diff -Nar -U 4 lo/fs/Makefile ln/fs/Makefile
! --- lo/fs/Makefile    2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/Makefile    2003-10-08 17:17:23.000000000 -0700
  @@ -6,9 +6,9 @@
   # 
***************
*** 401,406 ****
                super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
  diff -Nar -U 4 lo/fs/namei.c ln/fs/namei.c
! --- lo/fs/namei.c     2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/namei.c     2003-10-08 08:45:19.000000000 -0700
  @@ -1,4 +1,5 @@
  +
--- 419,424 ----
                super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
  diff -Nar -U 4 lo/fs/namei.c ln/fs/namei.c
! --- lo/fs/namei.c     2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/namei.c     2003-10-08 17:17:23.000000000 -0700
  @@ -1,4 +1,5 @@
  +
***************
*** 1376,1381 ****
        }
  diff -Nar -U 4 lo/fs/nfsd/vfs.c ln/fs/nfsd/vfs.c
! --- lo/fs/nfsd/vfs.c  2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/nfsd/vfs.c  2003-10-08 08:45:19.000000000 -0700
  @@ -1292,9 +1292,9 @@
                 || (atomic_read(&ndentry->d_count) > 1))) {
--- 1394,1399 ----
        }
  diff -Nar -U 4 lo/fs/nfsd/vfs.c ln/fs/nfsd/vfs.c
! --- lo/fs/nfsd/vfs.c  2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/nfsd/vfs.c  2003-10-08 17:17:23.000000000 -0700
  @@ -1292,9 +1292,9 @@
                 || (atomic_read(&ndentry->d_count) > 1))) {
***************
*** 1390,1395 ****
        }
  diff -Nar -U 4 lo/fs/open.c ln/fs/open.c
! --- lo/fs/open.c      2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/open.c      2003-10-08 08:45:19.000000000 -0700
  @@ -18,8 +18,10 @@
   
--- 1408,1413 ----
        }
  diff -Nar -U 4 lo/fs/open.c ln/fs/open.c
! --- lo/fs/open.c      2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/open.c      2003-10-08 17:17:23.000000000 -0700
  @@ -18,8 +18,10 @@
   
***************
*** 1737,1742 ****
   int get_unused_fd(void)
  diff -Nar -U 4 lo/fs/smbfs/inode.c ln/fs/smbfs/inode.c
! --- lo/fs/smbfs/inode.c       2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/smbfs/inode.c       2003-10-08 08:45:19.000000000 -0700
  @@ -166,9 +166,9 @@
   smb_invalidate_inodes(struct smb_sb_info *server)
--- 1755,1760 ----
   int get_unused_fd(void)
  diff -Nar -U 4 lo/fs/smbfs/inode.c ln/fs/smbfs/inode.c
! --- lo/fs/smbfs/inode.c       2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/smbfs/inode.c       2003-10-08 17:17:23.000000000 -0700
  @@ -166,9 +166,9 @@
   smb_invalidate_inodes(struct smb_sb_info *server)
***************
*** 1751,1756 ****
    * This is called to update the inode attributes after
  diff -Nar -U 4 lo/fs/stat.c ln/fs/stat.c
! --- lo/fs/stat.c      2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/stat.c      2003-10-08 08:45:19.000000000 -0700
  @@ -110,12 +110,14 @@
   int vfs_stat(char *name, struct kstat *stat)
--- 1769,1774 ----
    * This is called to update the inode attributes after
  diff -Nar -U 4 lo/fs/stat.c ln/fs/stat.c
! --- lo/fs/stat.c      2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/stat.c      2003-10-08 17:17:23.000000000 -0700
  @@ -110,12 +110,14 @@
   int vfs_stat(char *name, struct kstat *stat)
***************
*** 1786,1791 ****
   }
  diff -Nar -U 4 lo/fs/super.c ln/fs/super.c
! --- lo/fs/super.c     2003-10-08 15:31:38.000000000 -0700
! +++ ln/fs/super.c     2003-10-08 08:45:19.000000000 -0700
  @@ -1204,18 +1204,18 @@
        fsync_super(sb);
--- 1804,1809 ----
   }
  diff -Nar -U 4 lo/fs/super.c ln/fs/super.c
! --- lo/fs/super.c     2003-10-08 17:19:10.000000000 -0700
! +++ ln/fs/super.c     2003-10-08 17:17:23.000000000 -0700
  @@ -1204,18 +1204,18 @@
        fsync_super(sb);
***************
*** 1810,1815 ****
   
  diff -Nar -U 4 lo/include/linux/dcache.h ln/include/linux/dcache.h
! --- lo/include/linux/dcache.h 2003-10-08 15:31:38.000000000 -0700
! +++ ln/include/linux/dcache.h 2003-10-08 08:47:21.000000000 -0700
  @@ -6,8 +6,27 @@
   #include <asm/atomic.h>
--- 1828,1833 ----
   
  diff -Nar -U 4 lo/include/linux/dcache.h ln/include/linux/dcache.h
! --- lo/include/linux/dcache.h 2003-10-08 17:19:10.000000000 -0700
! +++ ln/include/linux/dcache.h 2003-10-08 17:17:23.000000000 -0700
  @@ -6,8 +6,27 @@
   #include <asm/atomic.h>
***************
*** 1879,1884 ****
   /**
  diff -Nar -U 4 lo/include/linux/fs.h ln/include/linux/fs.h
! --- lo/include/linux/fs.h     2003-10-08 15:31:38.000000000 -0700
! +++ ln/include/linux/fs.h     2003-10-08 08:47:21.000000000 -0700
  @@ -1,4 +1,7 @@
  +
--- 1897,1902 ----
   /**
  diff -Nar -U 4 lo/include/linux/fs.h ln/include/linux/fs.h
! --- lo/include/linux/fs.h     2003-10-08 17:19:10.000000000 -0700
! +++ ln/include/linux/fs.h     2003-10-08 17:17:23.000000000 -0700
  @@ -1,4 +1,7 @@
  +
***************
*** 2031,2040 ****
  diff -Nar -U 4 lo/include/linux/lustre_version.h 
ln/include/linux/lustre_version.h
  --- lo/include/linux/lustre_version.h 1969-12-31 16:00:00.000000000 -0800
! +++ ln/include/linux/lustre_version.h 2003-10-08 08:45:19.000000000 -0700
  @@ -0,0 +1 @@
  +#define LUSTRE_KERNEL_VERSION 15
  diff -Nar -U 4 lo/include/linux/mm.h ln/include/linux/mm.h
! --- lo/include/linux/mm.h     2003-10-08 15:31:38.000000000 -0700
! +++ ln/include/linux/mm.h     2003-10-08 08:47:21.000000000 -0700
  @@ -718,8 +718,9 @@
   struct zone_t;
--- 2049,2058 ----
  diff -Nar -U 4 lo/include/linux/lustre_version.h 
ln/include/linux/lustre_version.h
  --- lo/include/linux/lustre_version.h 1969-12-31 16:00:00.000000000 -0800
! +++ ln/include/linux/lustre_version.h 2003-10-08 17:17:23.000000000 -0700
  @@ -0,0 +1 @@
  +#define LUSTRE_KERNEL_VERSION 15
  diff -Nar -U 4 lo/include/linux/mm.h ln/include/linux/mm.h
! --- lo/include/linux/mm.h     2003-10-08 17:19:10.000000000 -0700
! +++ ln/include/linux/mm.h     2003-10-08 17:17:23.000000000 -0700
  @@ -718,8 +718,9 @@
   struct zone_t;
***************
*** 2048,2053 ****
   extern int filemap_sync(struct vm_area_struct *, unsigned long,      size_t, 
unsigned int);
  diff -Nar -U 4 lo/include/linux/slab.h ln/include/linux/slab.h
! --- lo/include/linux/slab.h   2003-10-08 15:31:38.000000000 -0700
! +++ ln/include/linux/slab.h   2003-10-08 08:47:21.000000000 -0700
  @@ -55,8 +55,9 @@
                                       void (*)(void *, kmem_cache_t *, 
unsigned long));
--- 2066,2071 ----
   extern int filemap_sync(struct vm_area_struct *, unsigned long,      size_t, 
unsigned int);
  diff -Nar -U 4 lo/include/linux/slab.h ln/include/linux/slab.h
! --- lo/include/linux/slab.h   2003-10-08 17:19:10.000000000 -0700
! +++ ln/include/linux/slab.h   2003-10-08 17:17:23.000000000 -0700
  @@ -55,8 +55,9 @@
                                       void (*)(void *, kmem_cache_t *, 
unsigned long));
***************
*** 2061,2066 ****
   extern void *kmalloc(size_t, int);
  diff -Nar -U 4 lo/kernel/ksyms.c ln/kernel/ksyms.c
! --- lo/kernel/ksyms.c 2003-10-08 15:31:38.000000000 -0700
! +++ ln/kernel/ksyms.c 2003-10-08 14:26:33.000000000 -0700
  @@ -126,8 +126,9 @@
   EXPORT_SYMBOL(kmem_find_general_cachep);
--- 2079,2084 ----
   extern void *kmalloc(size_t, int);
  diff -Nar -U 4 lo/kernel/ksyms.c ln/kernel/ksyms.c
! --- lo/kernel/ksyms.c 2003-10-08 17:19:10.000000000 -0700
! +++ ln/kernel/ksyms.c 2003-10-08 17:17:23.000000000 -0700
  @@ -126,8 +126,9 @@
   EXPORT_SYMBOL(kmem_find_general_cachep);
***************
*** 2097,2102 ****
   EXPORT_SYMBOL(filemap_nopage);
  diff -Nar -U 4 lo/mm/filemap.c ln/mm/filemap.c
! --- lo/mm/filemap.c   2003-10-08 15:31:38.000000000 -0700
! +++ ln/mm/filemap.c   2003-10-08 08:45:19.000000000 -0700
  @@ -304,9 +304,9 @@
        if (page->buffers)
--- 2115,2120 ----
   EXPORT_SYMBOL(filemap_nopage);
  diff -Nar -U 4 lo/mm/filemap.c ln/mm/filemap.c
! --- lo/mm/filemap.c   2003-10-08 17:19:10.000000000 -0700
! +++ ln/mm/filemap.c   2003-10-08 17:17:23.000000000 -0700
  @@ -304,9 +304,9 @@
        if (page->buffers)
***************
*** 2121,2126 ****
   {
  diff -Nar -U 4 lo/mm/Makefile ln/mm/Makefile
! --- lo/mm/Makefile    2003-10-08 15:31:38.000000000 -0700
! +++ ln/mm/Makefile    2003-10-08 08:45:19.000000000 -0700
  @@ -8,9 +8,9 @@
   # Note 2! The CFLAGS definition is now in the main makefile...
--- 2139,2144 ----
   {
  diff -Nar -U 4 lo/mm/Makefile ln/mm/Makefile
! --- lo/mm/Makefile    2003-10-08 17:19:10.000000000 -0700
! +++ ln/mm/Makefile    2003-10-08 17:17:23.000000000 -0700
  @@ -8,9 +8,9 @@
   # Note 2! The CFLAGS definition is now in the main makefile...
***************
*** 2135,2140 ****
            page_alloc.o swap_state.o swapfile.o numa.o oom_kill.o \
  diff -Nar -U 4 lo/mm/page_alloc.c ln/mm/page_alloc.c
! --- lo/mm/page_alloc.c        2003-10-08 15:31:39.000000000 -0700
! +++ ln/mm/page_alloc.c        2003-10-08 08:45:19.000000000 -0700
  @@ -26,8 +26,9 @@
   #include <linux/smp.h>
--- 2153,2158 ----
            page_alloc.o swap_state.o swapfile.o numa.o oom_kill.o \
  diff -Nar -U 4 lo/mm/page_alloc.c ln/mm/page_alloc.c
! --- lo/mm/page_alloc.c        2003-10-08 17:19:10.000000000 -0700
! +++ ln/mm/page_alloc.c        2003-10-08 17:17:23.000000000 -0700
  @@ -26,8 +26,9 @@
   #include <linux/smp.h>
***************
*** 2148,2153 ****
    * The zone_table array is used to look up the address of the
  diff -Nar -U 4 lo/mm/slab.c ln/mm/slab.c
! --- lo/mm/slab.c      2003-10-08 15:31:39.000000000 -0700
! +++ ln/mm/slab.c      2003-10-08 08:45:19.000000000 -0700
  @@ -1207,8 +1207,61 @@
    * - detect bad pointers.
--- 2166,2171 ----
    * The zone_table array is used to look up the address of the
  diff -Nar -U 4 lo/mm/slab.c ln/mm/slab.c
! --- lo/mm/slab.c      2003-10-08 17:19:10.000000000 -0700
! +++ ln/mm/slab.c      2003-10-08 17:17:23.000000000 -0700
  @@ -1207,8 +1207,61 @@
    * - detect bad pointers.
***************
*** 2213,2218 ****
   {
  diff -Nar -U 4 lo/mm/vmscan.c ln/mm/vmscan.c
! --- lo/mm/vmscan.c    2003-10-08 15:31:39.000000000 -0700
! +++ ln/mm/vmscan.c    2003-10-08 08:45:19.000000000 -0700
  @@ -14,8 +14,10 @@
    *  Multiqueue VM started 5.8.00, Rik van Riel.
--- 2231,2236 ----
   {
  diff -Nar -U 4 lo/mm/vmscan.c ln/mm/vmscan.c
! --- lo/mm/vmscan.c    2003-10-08 17:19:10.000000000 -0700
! +++ ln/mm/vmscan.c    2003-10-08 17:17:23.000000000 -0700
  @@ -14,8 +14,10 @@
    *  Multiqueue VM started 5.8.00, Rik van Riel.




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe