commit 628972169c0dd312c3448a265c444888bd410779
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Fri May 11 15:39:22 2007 -0400
export: added export.o in Makefile, and include correct .h in export.c
diff --git a/fs/unionfs/Makefile b/fs/unionfs/Makefile
index d9a2ad0..7b43c26 100644
--- a/fs/unionfs/Makefile
+++ b/fs/unionfs/Makefile
@@ -3,6 +3,6 @@ obj-$(CONFIG_UNION_FS) += unionfs.o
unionfs-y := subr.o dentry.o file.o inode.o main.o super.o \
rdstate.o copyup.o dirhelper.o rename.o \
unlink.o lookup.o commonfops.o dirfops.o sioq.o odf.o \
- config.o mmap.o
+ config.o mmap.o export.o
unionfs-$(CONFIG_UNION_FS_XATTR) += xattr.o
diff --git a/fs/unionfs/export.c b/fs/unionfs/export.c
index dc0c26a..c1560c4 100644
--- a/fs/unionfs/export.c
+++ b/fs/unionfs/export.c
@@ -1,4 +1,4 @@
-#include "unionfs.h"
+#include "union.h"
struct export_operations unionfs_export_ops = {
};
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs