From: Ben Collins <bcollins@debian.org>
To: Jamey Hicks <jamey.hicks@hp.com>
Cc: linux-kernel@vger.kernel.org, dwmw2@infradead.org
Subject: Re: [PATCH] jffs2 super.o for 2.6.0-test1
Date: Mon, 14 Jul 2003 11:10:59 -0400 [thread overview]
Message-ID: <20030714151059.GL450@phunnypharm.org> (raw)
In-Reply-To: <1058194498.3333.100.camel@vimes.crl.hpl.hp.com>
On Mon, Jul 14, 2003 at 10:54:58AM -0400, Jamey Hicks wrote:
>
> Trivial patch to reenable jffs2 for 2.6.0-test1.
Seems this might be better, to keep it from being a re-occuring
problem.
Index: linux-2.6/fs/jffs2/Makefile
===================================================================
--- linux-2.6/fs/jffs2/Makefile (revision 11779)
+++ linux-2.6/fs/jffs2/Makefile (working copy)
@@ -11,10 +11,13 @@
read.o nodemgmt.o readinode.o write.o scan.o gc.o \
symlink.o build.o erase.o background.o fs.o writev.o
-LINUX_OBJS-24 := super-v24.o crc32.o
-LINUX_OBJS-25 := super.o
+ifeq ($(VERSION)$(PATCHLEVEL),2.4)
+LINUX_OBJS := super-v24.o crc32.o
+else
+LINUX_OBJS := super.o
+endif
NAND_OBJS-$(CONFIG_JFFS2_FS_NAND) := wbuf.o
jffs2-objs := $(COMPR_OBJS) $(JFFS2_OBJS) $(VERS_OBJS) $(NAND_OBJS-y) \
- $(LINUX_OBJS-$(VERSION)$(PATCHLEVEL))
+ $(LINUX_OBJS)
--
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo - http://www.deqo.com/
next prev parent reply other threads:[~2003-07-14 14:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-14 14:54 [PATCH] jffs2 super.o for 2.6.0-test1 Jamey Hicks
2003-07-14 15:10 ` Ben Collins [this message]
2003-07-14 15:14 ` David Woodhouse
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=20030714151059.GL450@phunnypharm.org \
--to=bcollins@debian.org \
--cc=dwmw2@infradead.org \
--cc=jamey.hicks@hp.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.