[Pkg-lustre-svn-commit] r503 - in /trunk/debian: changelog patches/patchless_support_2.6.24.dpatch

winnie at users.alioth.debian.org winnie at users.alioth.debian.org
Wed Sep 17 14:34:43 UTC 2008


Author: winnie
Date: Wed Sep 17 14:34:43 2008
New Revision: 503

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=503
Log:
Improve PageChecked check a bit

Modified:
    trunk/debian/changelog
    trunk/debian/patches/patchless_support_2.6.24.dpatch

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/changelog?rev=503&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Wed Sep 17 14:34:43 2008
@@ -5,7 +5,7 @@
     (bug_15949_mds.body_capacity.dpatch)
   * Added patch from bugzilla to prevent kernel oops when 
     ost disk is ~70% full. - Doesn't work yet
-  * Add patch to support patchless clients <=2.6.24
+  * Add patch to support patchless clients with 2.6.24 kernel
   * Added several patches from upstream bugzilla which fixes some errors.
     This are backports from patches applied to 1.6.6 or 1.6.7
   * Fix lintian warning about missing patch description in

Modified: trunk/debian/patches/patchless_support_2.6.24.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/patchless_support_2.6.24.dpatch?rev=503&op=diff
==============================================================================
--- trunk/debian/patches/patchless_support_2.6.24.dpatch (original)
+++ trunk/debian/patches/patchless_support_2.6.24.dpatch Wed Sep 17 14:34:43 2008
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad trunk~/lnet/autoconf/lustre-lnet.m4 trunk/lnet/autoconf/lustre-lnet.m4
 --- trunk~/lnet/autoconf/lustre-lnet.m4	2008-06-26 06:43:33.000000000 +0200
-+++ trunk/lnet/autoconf/lustre-lnet.m4	2008-09-17 15:16:00.000000000 +0200
++++ trunk/lnet/autoconf/lustre-lnet.m4	2008-09-17 16:24:39.000000000 +0200
 @@ -1263,6 +1263,41 @@
  ])
  ])
@@ -62,7 +62,7 @@
  #
 diff -urNad trunk~/lnet/include/libcfs/curproc.h trunk/lnet/include/libcfs/curproc.h
 --- trunk~/lnet/include/libcfs/curproc.h	2007-02-10 01:04:30.000000000 +0100
-+++ trunk/lnet/include/libcfs/curproc.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/include/libcfs/curproc.h	2008-09-17 16:24:39.000000000 +0200
 @@ -49,6 +49,11 @@
   */
  cfs_kernel_cap_t cfs_curproc_cap_get(void);
@@ -77,7 +77,7 @@
  /* __LIBCFS_CURPROC_H__ */
 diff -urNad trunk~/lnet/include/libcfs/linux/linux-prim.h trunk/lnet/include/libcfs/linux/linux-prim.h
 --- trunk~/lnet/include/libcfs/linux/linux-prim.h	2008-01-14 02:12:18.000000000 +0100
-+++ trunk/lnet/include/libcfs/linux/linux-prim.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/include/libcfs/linux/linux-prim.h	2008-09-17 16:24:39.000000000 +0200
 @@ -68,6 +68,17 @@
  #endif
  #define cfs_unregister_sysctl_table(t)	unregister_sysctl_table(t)
@@ -98,7 +98,7 @@
   */
 diff -urNad trunk~/lnet/klnds/gmlnd/gmlnd_module.c trunk/lnet/klnds/gmlnd/gmlnd_module.c
 --- trunk~/lnet/klnds/gmlnd/gmlnd_module.c	2007-09-27 04:30:24.000000000 +0200
-+++ trunk/lnet/klnds/gmlnd/gmlnd_module.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/gmlnd/gmlnd_module.c	2008-09-17 16:24:39.000000000 +0200
 @@ -62,9 +62,37 @@
  };
  
@@ -203,7 +203,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/iiblnd/iiblnd_modparams.c trunk/lnet/klnds/iiblnd/iiblnd_modparams.c
 --- trunk~/lnet/klnds/iiblnd/iiblnd_modparams.c	2007-09-10 17:35:53.000000000 +0200
-+++ trunk/lnet/klnds/iiblnd/iiblnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/iiblnd/iiblnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -102,9 +102,50 @@
   * not to truncate the printout; it only needs to be the actual size of the
   * string buffer if we allow writes (and we don't) */
@@ -384,7 +384,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/o2iblnd/o2iblnd.h trunk/lnet/klnds/o2iblnd/o2iblnd.h
 --- trunk~/lnet/klnds/o2iblnd/o2iblnd.h	2008-03-14 19:18:05.000000000 +0100
-+++ trunk/lnet/klnds/o2iblnd/o2iblnd.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/o2iblnd/o2iblnd.h	2008-09-17 16:24:39.000000000 +0200
 @@ -759,3 +759,13 @@
  
  
@@ -401,7 +401,7 @@
 +#endif
 diff -urNad trunk~/lnet/klnds/o2iblnd/o2iblnd_cb.c trunk/lnet/klnds/o2iblnd/o2iblnd_cb.c
 --- trunk~/lnet/klnds/o2iblnd/o2iblnd_cb.c	2008-03-28 08:12:34.000000000 +0100
-+++ trunk/lnet/klnds/o2iblnd/o2iblnd_cb.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/o2iblnd/o2iblnd_cb.c	2008-09-17 16:24:39.000000000 +0200
 @@ -626,9 +626,7 @@
                  fragnob = min((int)(iov->iov_len - offset), nob);
                  fragnob = min(fragnob, (int)PAGE_SIZE - page_offset);
@@ -430,7 +430,7 @@
                  nkiov--;
 diff -urNad trunk~/lnet/klnds/o2iblnd/o2iblnd_modparams.c trunk/lnet/klnds/o2iblnd/o2iblnd_modparams.c
 --- trunk~/lnet/klnds/o2iblnd/o2iblnd_modparams.c	2007-09-10 17:35:53.000000000 +0200
-+++ trunk/lnet/klnds/o2iblnd/o2iblnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/o2iblnd/o2iblnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -113,9 +113,51 @@
  
  static char ipif_basename_space[32];
@@ -621,7 +621,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/openiblnd/openiblnd_modparams.c trunk/lnet/klnds/openiblnd/openiblnd_modparams.c
 --- trunk~/lnet/klnds/openiblnd/openiblnd_modparams.c	2007-09-10 17:35:54.000000000 +0200
-+++ trunk/lnet/klnds/openiblnd/openiblnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/openiblnd/openiblnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -83,9 +83,42 @@
  
  #if defined(CONFIG_SYSCTL) && !CFS_SYSFS_MODULE_PARM
@@ -767,7 +767,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/ptllnd/ptllnd_modparams.c trunk/lnet/klnds/ptllnd/ptllnd_modparams.c
 --- trunk~/lnet/klnds/ptllnd/ptllnd_modparams.c	2007-09-27 04:30:24.000000000 +0200
-+++ trunk/lnet/klnds/ptllnd/ptllnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/ptllnd/ptllnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -134,9 +134,54 @@
  }
  #endif
@@ -980,7 +980,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/qswlnd/qswlnd_modparams.c trunk/lnet/klnds/qswlnd/qswlnd_modparams.c
 --- trunk~/lnet/klnds/qswlnd/qswlnd_modparams.c	2007-09-10 17:35:55.000000000 +0200
-+++ trunk/lnet/klnds/qswlnd/qswlnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/qswlnd/qswlnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -1,4 +1,7 @@
  /*
 + * -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
@@ -1137,7 +1137,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/ralnd/ralnd_modparams.c trunk/lnet/klnds/ralnd/ralnd_modparams.c
 --- trunk~/lnet/klnds/ralnd/ralnd_modparams.c	2007-08-02 10:30:12.000000000 +0200
-+++ trunk/lnet/klnds/ralnd/ralnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/ralnd/ralnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -72,9 +72,37 @@
  };
  
@@ -1260,7 +1260,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/klnds/socklnd/socklnd_lib-linux.c trunk/lnet/klnds/socklnd/socklnd_lib-linux.c
 --- trunk~/lnet/klnds/socklnd/socklnd_lib-linux.c	2007-09-11 21:39:20.000000000 +0200
-+++ trunk/lnet/klnds/socklnd/socklnd_lib-linux.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/socklnd/socklnd_lib-linux.c	2008-09-17 16:24:39.000000000 +0200
 @@ -5,197 +5,244 @@
  #include "socklnd.h"
  
@@ -1587,7 +1587,7 @@
  
 diff -urNad trunk~/lnet/klnds/viblnd/viblnd_modparams.c trunk/lnet/klnds/viblnd/viblnd_modparams.c
 --- trunk~/lnet/klnds/viblnd/viblnd_modparams.c	2007-09-27 04:30:24.000000000 +0200
-+++ trunk/lnet/klnds/viblnd/viblnd_modparams.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/klnds/viblnd/viblnd_modparams.c	2008-09-17 16:24:39.000000000 +0200
 @@ -125,6 +125,56 @@
  #endif
  };
@@ -1827,7 +1827,7 @@
                  .maxlen   = 0,
 diff -urNad trunk~/lnet/libcfs/linux/linux-curproc.c trunk/lnet/libcfs/linux/linux-curproc.c
 --- trunk~/lnet/libcfs/linux/linux-curproc.c	2007-02-10 01:04:59.000000000 +0100
-+++ trunk/lnet/libcfs/linux/linux-curproc.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/libcfs/linux/linux-curproc.c	2008-09-17 16:24:39.000000000 +0200
 @@ -109,6 +109,19 @@
          current->cap_effective = cap;
  }
@@ -1859,7 +1859,7 @@
   * c-indentation-style: "K&R"
 diff -urNad trunk~/lnet/libcfs/linux/linux-proc.c trunk/lnet/libcfs/linux/linux-proc.c
 --- trunk~/lnet/libcfs/linux/linux-proc.c	2008-03-25 13:23:25.000000000 +0100
-+++ trunk/lnet/libcfs/linux/linux-proc.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/libcfs/linux/linux-proc.c	2008-09-17 16:24:39.000000000 +0200
 @@ -61,7 +61,8 @@
  static cfs_sysctl_table_header_t *lnet_table_header = NULL;
  extern char lnet_upcall[1024];
@@ -2104,7 +2104,7 @@
  int insert_proc(void)
 diff -urNad trunk~/lnet/lnet/router_proc.c trunk/lnet/lnet/router_proc.c
 --- trunk~/lnet/lnet/router_proc.c	2007-11-29 14:35:39.000000000 +0100
-+++ trunk/lnet/lnet/router_proc.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lnet/lnet/router_proc.c	2008-09-17 16:24:39.000000000 +0200
 @@ -32,12 +32,13 @@
  
  /* this is really lnet_proc.c */
@@ -2148,8 +2148,8 @@
  #else
 diff -urNad trunk~/lustre/autoconf/lustre-core.m4 trunk/lustre/autoconf/lustre-core.m4
 --- trunk~/lustre/autoconf/lustre-core.m4	2008-06-26 05:05:21.000000000 +0200
-+++ trunk/lustre/autoconf/lustre-core.m4	2008-09-17 15:17:15.000000000 +0200
-@@ -1064,18 +1064,61 @@
++++ trunk/lustre/autoconf/lustre-core.m4	2008-09-17 16:25:40.000000000 +0200
+@@ -1064,27 +1064,77 @@
  ])
  ])
  
@@ -2185,40 +2185,52 @@
  [AC_MSG_CHECKING([kernel has PageChecked and SetPageChecked])
  LB_LINUX_TRY_COMPILE([
 -        #include <linux/page-flags.h>
-+       #include <linux/version.h>
-+       #if KERNEL_VERSION_CODE < KERNEL_VERSION(2,6,22)
-+       # include <linux/mm.h>
-+       # include <linux/page-flags.h>
-+       #else
-+       # include <linux/autoconf.h>
-+       # include <linux/mm_types.h>
-+       # include <linux/page-flags.h>
-+       #endif
- ],[
--        #ifndef PageChecked
--        #error PageChecked not defined in kernel
--        #endif
--        #ifndef SetPageChecked
--        #error SetPageChecked not defined in kernel
--        #endif
-+       #if KERNEL_VERSION_CODE < KERNEL_VERSION(2,6,22)
-+       # ifndef PageChecked
-+       #  error PageChecked not defined in kernel
-+       # endif
-+       # ifndef SetPageChecked
-+       #  error SetPageChecked not defined in kernel
-+       # endif
-+       #else
++       #include <linux/page-flags.h>
++       #include <linux/autoconf.h>
++       #include <linux/mm_types.h>
++],[
 +       struct page *p;
 +       
 +       /* 2.6.26 use function instead of define for it */
 +       SetPageChecked(p);
 +       PageChecked(p);
-+       #endif
  ],[
++        AC_MSG_RESULT(yes)
++        AC_DEFINE(HAVE_PAGE_CHECKED, 1,
++          [does kernel have PageChecked and SetPageChecked])
++],[
++  AC_DEFUN([LC_PAGE_CHECKED2],
++  [AC_MSG_CHECKING([kernel has PageChecked and SetPageChecked defined])
++  LB_LINUX_TRY_COMPILE([
++        #include <linux/page-flages.h>
++        #include <linux/autoconf.h>
++        #include <linux/mm.h>
++  ],[
+         #ifndef PageChecked
+         #error PageChecked not defined in kernel
+         #endif
+         #ifndef SetPageChecked
+         #error SetPageChecked not defined in kernel
+         #endif
+-],[
++  ],[
          AC_MSG_RESULT(yes)
          AC_DEFINE(HAVE_PAGE_CHECKED, 1,
-@@ -1230,11 +1273,156 @@
+                   [does kernel have PageChecked and SetPageChecked])
+-],[
++  ],[
+         AC_MSG_RESULT(NO)
++  ])
++  ])
+ ])
+ ])
+ 
++
++
+ AC_DEFUN([LC_EXPORT_TRUNCATE_COMPLETE],
+ [LB_CHECK_SYMBOL_EXPORT([truncate_complete_page],
+ [mm/truncate.c],[
+@@ -1230,11 +1280,156 @@
  
  # 2.6.23 extract nfs export related data into exportfs.h
  AC_DEFUN([LC_HAVE_EXPORTFS_H],
@@ -2380,7 +2392,7 @@
  ])
  
  #
-@@ -1327,10 +1515,23 @@
+@@ -1327,10 +1522,23 @@
  	  
  	  # 2.6.22
            LC_INVALIDATE_BDEV_2ARG
@@ -2404,7 +2416,7 @@
  ])
  
  #
-@@ -1511,6 +1712,7 @@
+@@ -1511,6 +1719,7 @@
          ],[
                  AC_MSG_RESULT([no]) 
          ])
@@ -2414,7 +2426,7 @@
  ])
 diff -urNad trunk~/lustre/include/liblustre.h trunk/lustre/include/liblustre.h
 --- trunk~/lustre/include/liblustre.h	2008-04-24 09:07:44.000000000 +0200
-+++ trunk/lustre/include/liblustre.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/liblustre.h	2008-09-17 16:24:39.000000000 +0200
 @@ -718,11 +718,13 @@
  struct _cap_struct;
  typedef struct _cap_struct *cap_t;
@@ -2466,7 +2478,7 @@
  
 diff -urNad trunk~/lustre/include/linux/lustre_compat25.h trunk/lustre/include/linux/lustre_compat25.h
 --- trunk~/lustre/include/linux/lustre_compat25.h	2008-03-27 04:32:33.000000000 +0100
-+++ trunk/lustre/include/linux/lustre_compat25.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/linux/lustre_compat25.h	2008-09-17 16:24:39.000000000 +0200
 @@ -43,6 +43,28 @@
  #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14) */
  
@@ -2563,7 +2575,7 @@
  #endif /* _COMPAT25_H */
 diff -urNad trunk~/lustre/include/linux/lvfs.h trunk/lustre/include/linux/lvfs.h
 --- trunk~/lustre/include/linux/lvfs.h	2007-07-26 08:24:10.000000000 +0200
-+++ trunk/lustre/include/linux/lvfs.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/linux/lvfs.h	2008-09-17 16:24:39.000000000 +0200
 @@ -47,7 +47,7 @@
          struct upcall_cache_entry *luc_uce;
          __u32 luc_fsuid;
@@ -2575,7 +2587,7 @@
          __u32 luc_umask;
 diff -urNad trunk~/lustre/include/lprocfs_status.h trunk/lustre/include/lprocfs_status.h
 --- trunk~/lustre/include/lprocfs_status.h	2008-04-18 06:47:52.000000000 +0200
-+++ trunk/lustre/include/lprocfs_status.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/lprocfs_status.h	2008-09-17 16:24:39.000000000 +0200
 @@ -481,6 +481,8 @@
  #define LPROCFS_EXIT()            do {  \
          up_read(&_lprocfs_lock);        \
@@ -2601,7 +2613,7 @@
   * the import in a client obd_device for a lprocfs entry */
 diff -urNad trunk~/lustre/include/lustre_log.h trunk/lustre/include/lustre_log.h
 --- trunk~/lustre/include/lustre_log.h	2007-08-24 13:12:48.000000000 +0200
-+++ trunk/lustre/include/lustre_log.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/lustre_log.h	2008-09-17 16:24:39.000000000 +0200
 @@ -218,14 +218,6 @@
          void                    *llog_proc_cb;
  };
@@ -2664,7 +2676,7 @@
  
 diff -urNad trunk~/lustre/include/lustre_mds.h trunk/lustre/include/lustre_mds.h
 --- trunk~/lustre/include/lustre_mds.h	2008-04-24 06:41:00.000000000 +0200
-+++ trunk/lustre/include/lustre_mds.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/include/lustre_mds.h	2008-09-17 16:24:39.000000000 +0200
 @@ -177,7 +177,7 @@
                   struct page *, struct ptlrpc_request **);
  int mdc_create(struct obd_export *exp, struct mdc_op_data *op_data,
@@ -2675,8 +2687,8 @@
                 struct ptlrpc_request **request);
  int mdc_link(struct obd_export *exp, struct mdc_op_data *data,
 diff -urNad trunk~/lustre/llite/file.c trunk/lustre/llite/file.c
---- trunk~/lustre/llite/file.c	2008-09-17 15:15:59.000000000 +0200
-+++ trunk/lustre/llite/file.c	2008-09-17 15:16:01.000000000 +0200
+--- trunk~/lustre/llite/file.c	2008-09-17 16:24:36.000000000 +0200
++++ trunk/lustre/llite/file.c	2008-09-17 16:24:39.000000000 +0200
 @@ -1681,9 +1681,17 @@
  /*
   * Send file content (through pagecache) somewhere with helper
@@ -2810,7 +2822,7 @@
          .fsync          = ll_fsync,
 diff -urNad trunk~/lustre/llite/llite_internal.h trunk/lustre/llite/llite_internal.h
 --- trunk~/lustre/llite/llite_internal.h	2008-04-26 16:30:54.000000000 +0200
-+++ trunk/lustre/llite/llite_internal.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/llite_internal.h	2008-09-17 16:24:39.000000000 +0200
 @@ -681,9 +681,6 @@
  /* llite/llite_nfs.c */
  extern struct export_operations lustre_export_operations;
@@ -2823,7 +2835,7 @@
  extern struct inode_operations ll_special_inode_operations;
 diff -urNad trunk~/lustre/llite/llite_lib.c trunk/lustre/llite/llite_lib.c
 --- trunk~/lustre/llite/llite_lib.c	2008-05-28 21:15:40.000000000 +0200
-+++ trunk/lustre/llite/llite_lib.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/llite_lib.c	2008-09-17 16:24:39.000000000 +0200
 @@ -1347,7 +1347,7 @@
                  rc = vmtruncate(inode, new_size);
                  clear_bit(LLI_F_SRVLOCK, &lli->lli_flags);
@@ -2835,7 +2847,7 @@
          }
 diff -urNad trunk~/lustre/llite/llite_mmap.c trunk/lustre/llite/llite_mmap.c
 --- trunk~/lustre/llite/llite_mmap.c	2008-03-27 04:32:37.000000000 +0100
-+++ trunk/lustre/llite/llite_mmap.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/llite_mmap.c	2008-09-17 16:24:39.000000000 +0200
 @@ -38,9 +38,6 @@
  #include <linux/mm.h>
  #include <linux/pagemap.h>
@@ -3177,7 +3189,7 @@
  #endif
 diff -urNad trunk~/lustre/llite/llite_nfs.c trunk/lustre/llite/llite_nfs.c
 --- trunk~/lustre/llite/llite_nfs.c	2008-04-24 06:41:05.000000000 +0200
-+++ trunk/lustre/llite/llite_nfs.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/llite_nfs.c	2008-09-17 16:24:39.000000000 +0200
 @@ -40,11 +40,7 @@
          return (key0 << 1);
  }
@@ -3454,7 +3466,7 @@
 +};
 diff -urNad trunk~/lustre/llite/lloop.c trunk/lustre/llite/lloop.c
 --- trunk~/lustre/llite/lloop.c	2007-11-21 13:11:10.000000000 +0100
-+++ trunk/lustre/llite/lloop.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/lloop.c	2008-09-17 16:24:39.000000000 +0200
 @@ -299,7 +299,7 @@
          if (atomic_dec_and_test(&lo->lo_pending))
                  up(&lo->lo_bh_mutex);
@@ -3475,7 +3487,7 @@
  /*
 diff -urNad trunk~/lustre/llite/namei.c trunk/lustre/llite/namei.c
 --- trunk~/lustre/llite/namei.c	2008-04-24 06:41:06.000000000 +0200
-+++ trunk/lustre/llite/namei.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/namei.c	2008-09-17 16:24:39.000000000 +0200
 @@ -879,7 +879,7 @@
  
          err = mdc_create(sbi->ll_mdc_exp, &op_data, tgt, tgt_len,
@@ -3487,7 +3499,7 @@
  
 diff -urNad trunk~/lustre/llite/rw.c trunk/lustre/llite/rw.c
 --- trunk~/lustre/llite/rw.c	2008-04-03 05:23:43.000000000 +0200
-+++ trunk/lustre/llite/rw.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/rw.c	2008-09-17 16:24:39.000000000 +0200
 @@ -161,7 +161,7 @@
                  GOTO(out_unlock, 0);
          }
@@ -3499,7 +3511,7 @@
                  struct ost_lvb lvb;
 diff -urNad trunk~/lustre/llite/symlink.c trunk/lustre/llite/symlink.c
 --- trunk~/lustre/llite/symlink.c	2007-10-25 04:14:35.000000000 +0200
-+++ trunk/lustre/llite/symlink.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/llite/symlink.c	2008-09-17 16:24:39.000000000 +0200
 @@ -156,8 +156,12 @@
          rc = ll_readlink_internal(inode, &request, &symname);
          up(&lli->lli_size_sem);
@@ -3515,7 +3527,7 @@
  
 diff -urNad trunk~/lustre/lvfs/lvfs_linux.c trunk/lustre/lvfs/lvfs_linux.c
 --- trunk~/lustre/lvfs/lvfs_linux.c	2007-10-30 06:25:57.000000000 +0100
-+++ trunk/lustre/lvfs/lvfs_linux.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/lvfs/lvfs_linux.c	2008-09-17 16:24:39.000000000 +0200
 @@ -133,10 +133,10 @@
          */
  
@@ -3570,7 +3582,7 @@
  
 diff -urNad trunk~/lustre/mdc/mdc_internal.h trunk/lustre/mdc/mdc_internal.h
 --- trunk~/lustre/mdc/mdc_internal.h	2008-01-17 14:00:30.000000000 +0100
-+++ trunk/lustre/mdc/mdc_internal.h	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/mdc/mdc_internal.h	2008-09-17 16:24:39.000000000 +0200
 @@ -28,7 +28,7 @@
                        void *ea2, int ea2len);
  void mdc_create_pack(struct ptlrpc_request *req, int offset,
@@ -3582,7 +3594,7 @@
                     struct mdc_op_data *op_data, __u32 mode, __u64 rdev,
 diff -urNad trunk~/lustre/mdc/mdc_lib.c trunk/lustre/mdc/mdc_lib.c
 --- trunk~/lustre/mdc/mdc_lib.c	2008-03-26 07:22:04.000000000 +0100
-+++ trunk/lustre/mdc/mdc_lib.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/mdc/mdc_lib.c	2008-09-17 16:24:39.000000000 +0200
 @@ -46,7 +46,7 @@
          b = lustre_msg_buf(req->rq_reqmsg, offset, sizeof(*b));
          b->fsuid = current->fsuid;
@@ -3675,7 +3687,7 @@
          /* skip MDS_BFLAG_EXT_FLAGS to verify the "client < 1.4.7" case 
 diff -urNad trunk~/lustre/mdc/mdc_reint.c trunk/lustre/mdc/mdc_reint.c
 --- trunk~/lustre/mdc/mdc_reint.c	2008-02-18 13:43:18.000000000 +0100
-+++ trunk/lustre/mdc/mdc_reint.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/mdc/mdc_reint.c	2008-09-17 16:24:39.000000000 +0200
 @@ -164,7 +164,7 @@
  
  int mdc_create(struct obd_export *exp, struct mdc_op_data *op_data,
@@ -3687,7 +3699,7 @@
          struct obd_device *obd = exp->exp_obd;
 diff -urNad trunk~/lustre/mgc/mgc_request.c trunk/lustre/mgc/mgc_request.c
 --- trunk~/lustre/mgc/mgc_request.c	2008-04-24 13:54:15.000000000 +0200
-+++ trunk/lustre/mgc/mgc_request.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/mgc/mgc_request.c	2008-09-17 16:24:39.000000000 +0200
 @@ -395,7 +395,7 @@
          obd->obd_lvfs_ctxt.fs = get_ds();
  
@@ -3699,7 +3711,7 @@
          if (IS_ERR(dentry)) {
 diff -urNad trunk~/lustre/obdclass/linux/linux-module.c trunk/lustre/obdclass/linux/linux-module.c
 --- trunk~/lustre/obdclass/linux/linux-module.c	2007-11-13 21:43:24.000000000 +0100
-+++ trunk/lustre/obdclass/linux/linux-module.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/obdclass/linux/linux-module.c	2008-09-17 16:24:39.000000000 +0200
 @@ -386,7 +386,7 @@
          ENTRY;
  
@@ -3711,7 +3723,7 @@
                         "LustreError: error registering /proc/fs/lustre\n");
 diff -urNad trunk~/lustre/obdclass/linux/linux-sysctl.c trunk/lustre/obdclass/linux/linux-sysctl.c
 --- trunk~/lustre/obdclass/linux/linux-sysctl.c	2008-03-25 13:25:41.000000000 +0100
-+++ trunk/lustre/obdclass/linux/linux-sysctl.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/obdclass/linux/linux-sysctl.c	2008-09-17 16:24:39.000000000 +0200
 @@ -48,7 +48,9 @@
  
  cfs_sysctl_table_header_t *obd_table_header = NULL;
@@ -4037,7 +4049,7 @@
  void obd_sysctl_init (void)
 diff -urNad trunk~/lustre/obdclass/llog_obd.c trunk/lustre/obdclass/llog_obd.c
 --- trunk~/lustre/obdclass/llog_obd.c	2007-12-24 21:15:32.000000000 +0100
-+++ trunk/lustre/obdclass/llog_obd.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/obdclass/llog_obd.c	2008-09-17 16:24:39.000000000 +0200
 @@ -178,7 +178,7 @@
                  struct lov_stripe_md *lsm, struct llog_cookie *logcookies,
                  int numcookies)
@@ -4062,7 +4074,7 @@
  EXPORT_SYMBOL(llog_add);
 diff -urNad trunk~/lustre/obdclass/lprocfs_status.c trunk/lustre/obdclass/lprocfs_status.c
 --- trunk~/lustre/obdclass/lprocfs_status.c	2008-05-20 04:03:20.000000000 +0200
-+++ trunk/lustre/obdclass/lprocfs_status.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/obdclass/lprocfs_status.c	2008-09-17 16:24:39.000000000 +0200
 @@ -117,6 +117,8 @@
          proc->read_proc = read_proc;
          proc->write_proc = write_proc;
@@ -4092,7 +4104,7 @@
          return rc;
 diff -urNad trunk~/lustre/ptlrpc/service.c trunk/lustre/ptlrpc/service.c
 --- trunk~/lustre/ptlrpc/service.c	2008-05-13 07:10:50.000000000 +0200
-+++ trunk/lustre/ptlrpc/service.c	2008-09-17 15:16:01.000000000 +0200
++++ trunk/lustre/ptlrpc/service.c	2008-09-17 16:24:39.000000000 +0200
 @@ -1244,7 +1244,7 @@
          cfs_daemonize(name);
          exit_fs(cfs_current());




More information about the Pkg-lustre-svn-commit mailing list