From: Marko O. <d0...@us...> - 2009-10-15 17:06:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "kdfs". The branch, make_kdfs_compile has been updated via 5d0d61a6740ae2bed50dc9843d5e68ea36b004e5 (commit) from aae40f37e26d7b3ec7b385a9b958cb1fb5cb0634 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5d0d61a6740ae2bed50dc9843d5e68ea36b004e5 Author: Marko Obrovac <mar...@in...> Date: Thu Oct 15 17:01:59 2009 +0000 [MINOR] Add kdfs to the fs makefile [ADD] Add a makefile for kdfs (just renamed Kbuild) [MINOR] change the debug headers to ones that suite the current Kerrighed path diff --git a/fs/Makefile b/fs/Makefile index af6d047..9fafa0b 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -124,3 +124,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/ +obj-$(CONFIG_KDFS_FS) += kdfs/ diff --git a/fs/kdfs/Kbuild b/fs/kdfs/Makefile similarity index 100% rename from fs/kdfs/Kbuild rename to fs/kdfs/Makefile diff --git a/fs/kdfs/debug_kdfs.h b/fs/kdfs/debug_kdfs.h index 712cce9..15df5b1 100644 --- a/fs/kdfs/debug_kdfs.h +++ b/fs/kdfs/debug_kdfs.h @@ -18,8 +18,8 @@ #include <linux/err.h> /* Kerrighed headers (dynamical debugging) */ -#include <tools/debug.h> -#include <tools/debug_tools2.h> +#include <kerrighed/debug.h> +//#include <kerrighed/debug_tools2.h> /* DEBUG Level */ #define DBG_PANIC 0 ----------------------------------------------------------------------- Summary of changes: fs/Makefile | 1 + fs/kdfs/{Kbuild => Makefile} | 0 fs/kdfs/debug_kdfs.h | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename fs/kdfs/{Kbuild => Makefile} (100%) hooks/post-receive -- kdfs |