* [PATCH] remove ext2 xatts exports
@ 2004-10-24 13:17 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-10-24 13:17 UTC (permalink / raw)
To: a.gruenbacher, akpm; +Cc: linux-kernel
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-24 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-24 13:17 [PATCH] remove ext2 xatts exports Christoph Hellwig
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®