public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: LKML <linux-kernel@vger.kernel.org>, vs <vs@thebsh.namesys.com>
Subject: [Fwd: [Fwd: [PATCH 2/8] reiser4-back-to-one-Makefile.patch]]
Date: Wed, 16 Nov 2005 00:50:53 -0800	[thread overview]
Message-ID: <437AF2ED.1070305@namesys.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

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

[-- Attachment #2: [Fwd: [PATCH 2/8] reiser4-back-to-one-Makefile.patch] --]
[-- Type: message/rfc822, Size: 5739 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2.1.2: [PATCH 2/8] reiser4-back-to-one-Makefile.patch --]
[-- Type: message/rfc822, Size: 4796 bytes --]

[-- Attachment #2.1.2.1.1: Type: text/plain, Size: 2 bytes --]

.

[-- Attachment #2.1.2.1.2: reiser4-back-to-one-Makefile.patch --]
[-- Type: text/plain, Size: 3512 bytes --]


From: Vladimir V. Saveliev <vs@namesys.com>

This patch makes reiser4 to build as one module again.

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


 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/

_

                 reply	other threads:[~2005-11-16  8:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=437AF2ED.1070305@namesys.com \
    --to=reiser@namesys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vs@thebsh.namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox