[Fwd: [Fwd: [PATCH 2/8] reiser4-back-to-one-Makefile.patch]]

From: Hans Reiser
Date: Wed Nov 16 2005 - 03:50:46 EST


Oops, I sent to akpm but forgot to cc lkml some of these....
--- Begin Message ---
--- Begin Message --- .

From: Vladimir V. Saveliev <vs@xxxxxxxxxxx>

This patch makes reiser4 to build as one module again.

Signed-off-by: Vladimir V. Saveliev <vs@xxxxxxxxxxx>


fs/reiser4/Makefile | 139 ++++++++++++++++++++++++++++++++++------------------
1 files changed, 93 insertions(+), 46 deletions(-)

diff -puN fs/reiser4/Makefile~reiser4-back-to-one-Makefile fs/reiser4/Makefile
--- linux-2.6.14-mm2/fs/reiser4/Makefile~reiser4-back-to-one-Makefile 2005-11-15 16:59:51.000000000 +0300
+++ linux-2.6.14-mm2-vs/fs/reiser4/Makefile 2005-11-15 17:00:36.000000000 +0300
@@ -4,50 +4,97 @@

obj-$(CONFIG_REISER4_FS) += reiser4.o

-reiser4-objs := \
- debug.o \
- jnode.o \
- znode.o \
- key.o \
- pool.o \
- tree_mod.o \
- estimate.o \
- carry.o \
- carry_ops.o \
- lock.o \
- tree.o \
- context.o \
- tap.o \
- coord.o \
- block_alloc.o \
- txnmgr.o \
- kassign.o \
- flush.o \
- wander.o \
- eottl.o \
- search.o \
- page_cache.o \
- seal.o \
- dscale.o \
- flush_queue.o \
- ktxnmgrd.o \
- blocknrset.o \
- super.o \
- super_ops.o \
- fsdata.o \
- export_ops.o \
- oid.o \
- tree_walk.o \
- inode.o \
- vfs_ops.o \
- as_ops.o \
- emergency_flush.o \
- entd.o \
- readahead.o \
- cluster.o \
- crypt.o \
- status_flags.o \
- init_super.o \
- safe_link.o
+reiser4-y := \
+ debug.o \
+ jnode.o \
+ znode.o \
+ key.o \
+ pool.o \
+ tree_mod.o \
+ estimate.o \
+ carry.o \
+ carry_ops.o \
+ lock.o \
+ tree.o \
+ context.o \
+ tap.o \
+ coord.o \
+ block_alloc.o \
+ txnmgr.o \
+ kassign.o \
+ flush.o \
+ wander.o \
+ eottl.o \
+ search.o \
+ page_cache.o \
+ seal.o \
+ dscale.o \
+ flush_queue.o \
+ ktxnmgrd.o \
+ blocknrset.o \
+ super.o \
+ super_ops.o \
+ fsdata.o \
+ export_ops.o \
+ oid.o \
+ tree_walk.o \
+ inode.o \
+ vfs_ops.o \
+ as_ops.o \
+ emergency_flush.o \
+ entd.o\
+ readahead.o \
+ cluster.o \
+ crypt.o \
+ status_flags.o \
+ init_super.o \
+ safe_link.o \
+ \
+ plugin/plugin.o \
+ plugin/plugin_set.o \
+ plugin/node/node.o \
+ plugin/object.o \
+ plugin/inode_ops.o \
+ plugin/inode_ops_rename.o \
+ plugin/file_ops.o \
+ plugin/file_ops_readdir.o \
+ plugin/file_plugin_common.o \
+ plugin/file/file.o \
+ plugin/file/tail_conversion.o \
+ plugin/file/symlink.o \
+ plugin/file/cryptcompress.o \
+ plugin/dir_plugin_common.o \
+ plugin/dir/hashed_dir.o \
+ plugin/dir/seekable_dir.o \
+ plugin/digest.o \
+ plugin/node/node40.o \
+ \
+ plugin/compress/minilzo.o \
+ plugin/compress/compress.o \
+ plugin/compress/compress_mode.o \
+ \
+ plugin/item/static_stat.o \
+ plugin/item/sde.o \
+ plugin/item/cde.o \
+ plugin/item/blackbox.o \
+ plugin/item/internal.o \
+ plugin/item/tail.o \
+ plugin/item/ctail.o \
+ plugin/item/extent.o \
+ plugin/item/extent_item_ops.o \
+ plugin/item/extent_file_ops.o \
+ plugin/item/extent_flush_ops.o \
+ \
+ plugin/hash.o \
+ plugin/fibration.o \
+ plugin/tail_policy.o \
+ plugin/item/item.o \
+ \
+ plugin/security/perm.o \
+ plugin/space/bitmap.o \
+ \
+ plugin/disk_format/disk_format40.o \
+ plugin/disk_format/disk_format.o \
+ \
+ plugin/regular.o

-obj-$(CONFIG_REISER4_FS) += plugin/

_

--- End Message ---

--- End Message ---