commit f63304c3e754e623da1d2e94ea25bd669df1e1df
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 
d9a2ad085eb59ade0c4e8d70f3325ad96acb34dd..7b43c26632871adfb7b615dab1d1b559a438f1ce
 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 
dc0c26aa9d3d14bf2e0feeb7c7c6228fc6546b2c..c1560c4965255c240f53e4b8ad1ea1b4055c9708
 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

Reply via email to