mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Gruenbacher <agruen@suse.de>
To: "Theodore Ts'o" <tytso@mit.edu>, Andrew Morton <akpm@digeo.com>
Cc: linux-kernel@vger.kernel.org
Subject: [2.5.44-mm5] Missing exports in ext23-acl-xattr-07.patch
Date: Fri, 25 Oct 2002 18:03:12 +0200	[thread overview]
Message-ID: <200210251759.26991.agruen@suse.de> (raw)

[-- 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 \

                 reply	other threads:[~2002-10-25 15:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210251759.26991.agruen@suse.de \
    --to=agruen@suse.de \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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