summaryrefslogtreecommitdiffstats
path: root/patches/features/all/export-unionfs-symbols.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/features/all/export-unionfs-symbols.patch')
-rw-r--r--patches/features/all/export-unionfs-symbols.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/features/all/export-unionfs-symbols.patch b/patches/features/all/export-unionfs-symbols.patch
new file mode 100644
index 0000000..29c7e45
--- /dev/null
+++ b/patches/features/all/export-unionfs-symbols.patch
@@ -0,0 +1,11 @@
+diff -Naurp linux-2.6.orig/fs/namei.c linux-2.6/fs/namei.c
+--- linux-2.6.orig/fs/namei.c 2008-01-24 22:58:37.000000000 +0000
++++ linux-2.6/fs/namei.c 2008-02-11 19:53:38.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)