[Pkg-lustre-svn-commit] r322 - /trunk/debian/patches/
pwinnertz-guest at users.alioth.debian.org
pwinnertz-guest at users.alioth.debian.org
Tue Sep 18 11:48:42 UTC 2007
Author: pwinnertz-guest
Date: Tue Sep 18 11:48:42 2007
New Revision: 322
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=322
Log:
Clean up debian/patches & add one patch to fix some minor typos
Added:
trunk/debian/patches/bug12691-fixtypos.dpatch
Removed:
trunk/debian/patches/2.6.18_utsrelease.dpatch
trunk/debian/patches/2.6.22_slab.patch
trunk/debian/patches/EXT3_IOC_fix_redefinition.dpatch
trunk/debian/patches/bug10419-mds.patch
trunk/debian/patches/bug10681.patch
trunk/debian/patches/bug11662_2.patch
trunk/debian/patches/bug11662_3.patch
trunk/debian/patches/bug11662_4.patch
trunk/debian/patches/bug11662_5.patch
trunk/debian/patches/bug11691.patch
trunk/debian/patches/bug11880_v6.patch
trunk/debian/patches/bug12123.patch
trunk/debian/patches/bug12371.patch
trunk/debian/patches/fix_o2ib_warnings.patch
trunk/debian/patches/fsfilt_mainline_extents_support.patch
trunk/debian/patches/init_work.patch
trunk/debian/patches/kmem_cache_destroy-2.6.20.patch
trunk/debian/patches/l_open_intent-2.6.18.dpatch
trunk/debian/patches/ldiskfs-2.6.21.patch
trunk/debian/patches/no-PF_SYNCWRITE.patch
trunk/debian/patches/no_GFP_kernel.patch
trunk/debian/patches/no_clear_page_dirty.patch
trunk/debian/patches/no_kmem_cache_t.patch
trunk/debian/patches/no_linux_config.h.patch
trunk/debian/patches/o2ib_fix_ipath-lustre-1.4.10.patch
trunk/debian/patches/oopenib2.patch
trunk/debian/patches/remove_fs_prep_san_write_operation.patch
Modified:
trunk/debian/patches/00list
Modified: trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/00list?rev=322&op=diff
==============================================================================
--- trunk/debian/patches/00list (original)
+++ trunk/debian/patches/00list Tue Sep 18 11:48:42 2007
@@ -18,6 +18,7 @@
autogen.sh.dpatch
tex2pdf.dpatch
2.6.21-sysctl.dpatch
+bug12691-fixtypos.dpatch
# Debian patches
autogen-run.dpatch
Added: trunk/debian/patches/bug12691-fixtypos.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/bug12691-fixtypos.dpatch?rev=322&op=file
==============================================================================
--- trunk/debian/patches/bug12691-fixtypos.dpatch (added)
+++ trunk/debian/patches/bug12691-fixtypos.dpatch Tue Sep 18 11:48:42 2007
@@ -1,0 +1,42 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch from upstream bts to fix some typos
+
+ at DPATCH@
+diff -u -p -r1.21 gmlnd_module.c
+--- ./lnet/klnds/gmlnd/gmlnd_module.c 10 Sep 2007 15:35:53 -0000 1.21
++++ ./lnet/klnds/gmlnd/gmlnd_module.c 14 Sep 2007 09:45:30 -0000
+@@ -68,7 +68,7 @@ static cfs_sysctl_table_t gmnal_ctl_tabl
+ .procname = "port",
+ .data = &port,
+ .maxlen = sizeof (int),
+- .data = 0444,
++ .mode = 0444,
+ .proc_handler = &proc_dointvec
+ },
+ {
+diff -u -p -r1.8 ptllnd_modparams.c
+--- ./lnet/klnds/ptllnd/ptllnd_modparams.c 10 Sep 2007 15:35:54 -0000 1.8
++++ ./lnet/klnds/ptllnd/ptllnd_modparams.c 14 Sep 2007 09:45:31 -0000
+@@ -153,7 +153,7 @@ static cfs_sysctl_table_t kptllnd_ctl_ta
+ },
+ {
+ .ctl_name = 3,
+- .procnmae = "max_procs_per_node",
++ .procname = "max_procs_per_node",
+ .data = &max_procs_per_node,
+ .maxlen = sizeof(int),
+ .mode = 0444,
+diff -u -p -r1.5 viblnd_modparams.c
+--- ./lnet/klnds/viblnd/viblnd_modparams.c 10 Sep 2007 15:35:55 -0000 1.5
++++ ./lnet/klnds/viblnd/viblnd_modparams.c 14 Sep 2007 09:45:31 -0000
+@@ -164,7 +164,7 @@ static cfs_sysctl_table_t kibnal_ctl_tab
+ .proc_handler = &proc_dointvec
+ },
+ {
+- ,ctl_name = 5,
++ .ctl_name = 5,
+ .procname = "cksum",
+ .data = &cksum,
+ .maxlen = sizeof(int),
More information about the Pkg-lustre-svn-commit
mailing list