From: Christoph Hellwig <hch@lst.de>
To: a.gruenbacher@computer.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] remove ext2 xatts exports
Date: Sun, 24 Oct 2004 15:17:18 +0200 [thread overview]
Message-ID: <20041024131718.GB19658@lst.de> (raw)
I think Andreas exported them to allow modular xattr handlers, but with
James rework these aren't possible anymore, and we never had them
anyway.
--- 1.24/fs/ext2/xattr.c 2004-10-19 11:40:30 +02:00
+++ edited/fs/ext2/xattr.c 2004-10-23 14:35:56 +02:00
@@ -64,11 +64,6 @@
#include "xattr.h"
#include "acl.h"
-/* These symbols may be needed by a module. */
-EXPORT_SYMBOL(ext2_xattr_get);
-EXPORT_SYMBOL(ext2_xattr_list);
-EXPORT_SYMBOL(ext2_xattr_set);
-
#define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data))
#define ENTRY(ptr) ((struct ext2_xattr_entry *)(ptr))
#define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1)
reply other threads:[~2004-10-24 13:20 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=20041024131718.GB19658@lst.de \
--to=hch@lst.de \
--cc=a.gruenbacher@computer.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®