[Pkg-lustre-svn-commit] r285 - /trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch
pwinnertz-guest at users.alioth.debian.org
pwinnertz-guest at users.alioth.debian.org
Thu Sep 6 13:49:10 UTC 2007
Author: pwinnertz-guest
Date: Thu Sep 6 13:49:10 2007
New Revision: 285
URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=285
Log:
Added one missing patch
Modified:
trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch
Modified: trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch?rev=285&op=diff
==============================================================================
--- trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch (original)
+++ trunk/lustre/kernel_patches/patches/export_symbols_notasklist-2.6.22.patch Thu Sep 6 13:49:10 2007
@@ -75,3 +75,33 @@
int nr_processes(void)
{
+Index: linux-2.6.20.3/fs/dcache.c
+===================================================================
+--- linux-2.6.20.3.orig/fs/dcache.c 2007-08-15 20:12:11.000000000 +0200
++++ linux-2.6.20.3/fs/dcache.c 2007-08-15 20:16:42.000000000 +0200
+@@ -1508,7 +1508,7 @@
+ * Update the dcache to reflect the move of a file name. Negative
+ * dcache entries should not be moved in this way.
+ */
+-static void d_move_locked(struct dentry * dentry, struct dentry * target)
++void d_move_locked(struct dentry * dentry, struct dentry * target)
+ {
+ struct hlist_head *list;
+
+@@ -1567,6 +1567,8 @@
+ write_sequnlock(&rename_lock);
+ }
+
++EXPORT_SYMBOL(d_move_locked);
++
+ /**
+ * d_move - move a dentry
+ * @dentry: entry to move
+@@ -1966,6 +1968,7 @@
+
+ return result;
+ }
++EXPORT_SYMBOL(is_subdir);
+
+ void d_genocide(struct dentry *root)
+ {
More information about the Pkg-lustre-svn-commit
mailing list