[Tux3] Change map stuff to get closer to kernel

OGAWA Hirofumi hirofumi at mail.parknet.co.jp
Mon Nov 17 19:24:49 PST 2008


Hi,

Those are to get closer to kernel. Some tweaks, and sb->devmap stuff.

    static-http://userweb.kernel.org/~hirofumi/tux3/

Please review it.

To try to start kernel work with it, we have to copy from those files.

    tux3/user/balloc.c tux3/user/btree.c tux3/user/dir.c tux3/user/dleaf.c
    tux3/user/filemap.c tux3/user/hexdump.c tux3/user/iattr.c tux3/user/ileaf.c
    tux3/user/trace.h tux3/user/kernel/tux3.h tux3/user/xattr.c

Please copy the above files to linux/fs/tux3/ in kernel, then apply the
following patch.

Thanks.


diff -puN fs/tux3/Makefile~makefile fs/tux3/Makefile
--- tux3fs/fs/tux3/Makefile~makefile	2008-11-18 12:09:41.000000000 +0900
+++ tux3fs-hirofumi/fs/tux3/Makefile	2008-11-18 12:09:41.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