[Tux3] Some patches to geting closer to kernel

OGAWA Hirofumi hirofumi at mail.parknet.co.jp
Mon Nov 17 16:44:17 PST 2008


Daniel Phillips <phillips at phunq.net> writes:

> On Monday 17 November 2008 00:13, OGAWA Hirofumi wrote:
>> Please copy the above files to linux/fs/tux3/ in kernel.
>
> OK, it compiles for me, now to make it work :-)

Whoops, sorry. I forgot to mention about fs/tux3/Makefile.

We aren't compiling all files in kernel yet. We have to change Makefile
to compile new files. And, unfortunately, some files isn't compilable yet.


diff -puN fs/tux3/Makefile~makefile fs/tux3/Makefile
--- tux3fs/fs/tux3/Makefile~makefile	2008-11-18 09:29:37.000000000 +0900
+++ tux3fs-hirofumi/fs/tux3/Makefile	2008-11-18 09:29:37.000000000 +0900
@@ -1,3 +1,4 @@
 obj-$(CONFIG_TUX3) += tux3.o
-tux3-objs += inode.o super.o
-EXTRA_CFLAGS += -std=gnu99 -Wno-declaration-after-statement
\ No newline at end of file
+tux3-objs += balloc.o btree.o dir.o dleaf.o filemap.o hexdump.o iattr.o \
+	ileaf.o inode.o super.c xattr.c
+EXTRA_CFLAGS += -std=gnu99 -Wno-declaration-after-statement
_
-- 
OGAWA Hirofumi <hirofumi at mail.parknet.co.jp>

_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3



More information about the Tux3 mailing list