[kernel] r10459 - in dists/trunk/linux-2.6/debian: . patches/features/all patches/series

Daniel Baumann daniel at alioth.debian.org
Sat Feb 9 10:32:40 UTC 2008


Author: daniel
Date: Sat Feb  9 10:32:36 2008
New Revision: 10459

Log:
Added patch from unionfs upstream to export release_open_intent symbol.

Added:
   dists/trunk/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Feb  9 10:32:36 2008
@@ -1,6 +1,7 @@
 linux-2.6 (2.6.24-trunk1) UNRELEASED; urgency=low
 
-  * Fake version
+  [ Daniel Baumann ]
+  * Added patch from unionfs upstream to export release_open_intent symbol.
 
  -- maximilian attems <maks at debian.org>  Tue, 29 Jan 2008 22:14:41 +0100
 

Added: dists/trunk/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch	Sat Feb  9 10:32:36 2008
@@ -0,0 +1,11 @@
+diff -Naurp linux-2.6-2.6.24.orig/fs/namei.c linux-2.6-2.6.24/fs/namei.c
+--- linux-2.6-2.6.24.orig/fs/namei.c    2008-01-24 22:58:37.000000000 +0000
++++ linux-2.6-2.6.24/fs/namei.c 2008-02-09 10:13:55.000000000 +0000
+@@ -389,6 +389,7 @@ void release_open_intent(struct nameidat
+        else
+                fput(nd->intent.open.file);
+ }
++EXPORT_SYMBOL_GPL(release_open_intent);
+ 
+ static inline struct dentry *
+ do_revalidate(struct dentry *dentry, struct nameidata *nd)

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Sat Feb  9 10:32:36 2008
@@ -10,6 +10,7 @@
 
 + debian/dfsg/drivers-net-tg3-fix-simple.patch
 + features/all/export-gfs2-locking-symbols.patch
++ features/all/export-unionfs-symbols.patch
 
 #+ bugfix/powerpc/mv643xx-hotplug-support.patch
 + bugfix/powerpc/oldworld-boot-fix.patch



More information about the Kernel-svn-changes mailing list