mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.5.44-mm5] Missing exports in ext23-acl-xattr-07.patch
@ 2002-10-25 16:03 Andreas Gruenbacher
  0 siblings, 0 replies; only message in thread
From: Andreas Gruenbacher @ 2002-10-25 16:03 UTC (permalink / raw)
  To: Theodore Ts'o, Andrew Morton; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

Hello Ted and Andrew,

The ext23-acl-xattr-07.patch is missing some exports in fs/posix_acl.c that 
are necessary if modules use the functions in that file. Please include/merge 
in the attached patch.

--Andreas.


[-- Attachment #2: missing-exports.patch --]
[-- Type: text/x-diff, Size: 1252 bytes --]

--- linux-2.5.44.patch0/fs/posix_acl.c	2002-10-25 16:39:32.000000000 +0200
+++ linux-2.5.44.patch/fs/posix_acl.c	2002-10-25 16:35:13.000000000 +0200
@@ -18,9 +18,20 @@
 #include <linux/fs.h>
 #include <linux/sched.h>
 #include <linux/posix_acl.h>
+#include <linux/module.h>
 
 #include <linux/errno.h>
 
+EXPORT_SYMBOL(posix_acl_alloc);
+EXPORT_SYMBOL(posix_acl_clone);
+EXPORT_SYMBOL(posix_acl_valid);
+EXPORT_SYMBOL(posix_acl_equiv_mode);
+EXPORT_SYMBOL(posix_acl_from_mode);
+EXPORT_SYMBOL(posix_acl_create_masq);
+EXPORT_SYMBOL(posix_acl_chmod_masq);
+EXPORT_SYMBOL(posix_acl_masq_nfs_mode);
+EXPORT_SYMBOL(posix_acl_permission);
+
 /*
  * Allocate a new ACL with the specified number of entries.
  */
--- linux-2.5.44.patch0/fs/Makefile	2002-10-25 16:39:32.000000000 +0200
+++ linux-2.5.44.patch/fs/Makefile	2002-10-25 16:33:03.000000000 +0200
@@ -6,7 +6,8 @@
 # 
 
 export-objs :=	open.o dcache.o buffer.o bio.o inode.o dquot.o mpage.o aio.o \
-                fcntl.o read_write.o dcookies.o mbcache.o xattr_acl.o
+                fcntl.o read_write.o dcookies.o mbcache.o xattr_acl.o \
+                posix_acl.o
 
 obj-y :=	open.o read_write.o devices.o file_table.o buffer.o \
 		bio.o super.o block_dev.o char_dev.o stat.o exec.o pipe.o \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-25 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 16:03 [2.5.44-mm5] Missing exports in ext23-acl-xattr-07.patch Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome