* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
[not found] <E16iAt7-0005Jp-00@infradead.org>
@ 2002-03-05 16:08 ` Adam Wozniak
2002-03-05 16:09 ` David Woodhouse
2002-03-05 18:13 ` David Woodhouse
0 siblings, 2 replies; 7+ messages in thread
From: Adam Wozniak @ 2002-03-05 16:08 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-mtd
On Tue, 5 Mar 2002, David Woodhouse wrote:
> Update of /home/cvs/mtd/fs/jffs2
> In directory infradead.org:/tmp/cvs-serv20435
>
> Modified Files:
> gc.c
> Log Message:
> iput if interrupted waiting for alloc_sem, more printks
Are these changes that need to make it into the 2_4_branch ?
--Adam
--
Adam Wozniak (KG6GZR) COM DEV Broadband - Digital and Software Systems
awozniak@comdev.cc 805 Aerovista Place, San Luis Obispo, CA 93401
http://www.comdev.cc
Voice: (805) 544-1089 Fax: (805) 544-2055
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
2002-03-05 16:08 ` MTD CVS update: 'mtd/fs/jffs2 gc.c' Adam Wozniak
@ 2002-03-05 16:09 ` David Woodhouse
2002-03-05 18:13 ` David Woodhouse
1 sibling, 0 replies; 7+ messages in thread
From: David Woodhouse @ 2002-03-05 16:09 UTC (permalink / raw)
To: Adam Wozniak; +Cc: linux-mtd
awozniak@comdev.cc said:
> Are these changes that need to make it into the 2_4_branch ?
No. They were utterly broken changes that even needed to be reverted from
the trunk. The 2_4-branch is up to date, with the possible exception of the
shared-zlib stuff which I'm debating backporting.
--
dwmw2
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
2002-03-05 16:08 ` MTD CVS update: 'mtd/fs/jffs2 gc.c' Adam Wozniak
2002-03-05 16:09 ` David Woodhouse
@ 2002-03-05 18:13 ` David Woodhouse
2002-03-05 18:18 ` Adam Wozniak
2002-03-06 14:14 ` Kenneth Johansson
1 sibling, 2 replies; 7+ messages in thread
From: David Woodhouse @ 2002-03-05 18:13 UTC (permalink / raw)
To: Adam Wozniak; +Cc: linux-mtd, jffs-dev
awozniak@comdev.cc said:
> Are these changes that need to make it into the 2_4_branch ?
I've imported one more change onto the jffs2-2_4-branch and also made a
public BK repository for it, including the shared-zlib stuff.
http://linux-mtd.bkbits.net/
The shared zlib patch is at ftp.XX.kernel.org:/pub/linux/kernel/people/dwmw2
and should apply to the 2.4 kernel with or without the few changes which
have been made since I updated Marcelo's tree to the jffs2-2_4-branch.
The trunk ought to be working though, and testing would be appreciated.
--
dwmw2
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
2002-03-05 18:13 ` David Woodhouse
@ 2002-03-05 18:18 ` Adam Wozniak
2002-03-05 18:19 ` David Woodhouse
2002-03-06 14:14 ` Kenneth Johansson
1 sibling, 1 reply; 7+ messages in thread
From: Adam Wozniak @ 2002-03-05 18:18 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-mtd, jffs-dev
I don't understand. Why does it need a BK repository? Is CVS not sufficient?
Will these diverge, or is this just an alternate way to get at the same stuff?
--Adam
On Tue, 5 Mar 2002, David Woodhouse wrote:
> I've imported one more change onto the jffs2-2_4-branch and also made a
> public BK repository for it, including the shared-zlib stuff.
--
Adam Wozniak (KG6GZR) COM DEV Broadband - Digital and Software Systems
awozniak@comdev.cc 805 Aerovista Place, San Luis Obispo, CA 93401
http://www.comdev.cc
Voice: (805) 544-1089 Fax: (805) 544-2055
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
2002-03-05 18:18 ` Adam Wozniak
@ 2002-03-05 18:19 ` David Woodhouse
0 siblings, 0 replies; 7+ messages in thread
From: David Woodhouse @ 2002-03-05 18:19 UTC (permalink / raw)
To: Adam Wozniak; +Cc: linux-mtd, jffs-dev
awozniak@comdev.cc said:
> I don't understand. Why does it need a BK repository? Is CVS not
> sufficient? Will these diverge, or is this just an alternate way to
> get at the same stuff?
Just an alternative way to get at it. Just playing with BK to see how
useful it is, to be honest. I'm not going to stop maintaining the CVS tree
in the foreseeable future.
--
dwmw2
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: MTD CVS update: 'mtd/fs/jffs2 gc.c'
2002-03-05 18:13 ` David Woodhouse
2002-03-05 18:18 ` Adam Wozniak
@ 2002-03-06 14:14 ` Kenneth Johansson
2002-03-06 14:17 ` David Woodhouse
1 sibling, 1 reply; 7+ messages in thread
From: Kenneth Johansson @ 2002-03-06 14:14 UTC (permalink / raw)
To: David Woodhouse; +Cc: Adam Wozniak, linux-mtd, jffs-dev
Nice now we behinde a http only firewall can get to it also.
Who are you using as parent for the bk tree??
David Woodhouse wrote:
>
> awozniak@comdev.cc said:
> > Are these changes that need to make it into the 2_4_branch ?
>
> I've imported one more change onto the jffs2-2_4-branch and also made a
> public BK repository for it, including the shared-zlib stuff.
>
> http://linux-mtd.bkbits.net/
>
> The shared zlib patch is at ftp.XX.kernel.org:/pub/linux/kernel/people/dwmw2
> and should apply to the 2.4 kernel with or without the few changes which
> have been made since I updated Marcelo's tree to the jffs2-2_4-branch.
>
> The trunk ought to be working though, and testing would be appreciated.
>
> --
> dwmw2
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
--
Kenneth Johansson
Ericsson AB Tel: +46 8 404 71 83
Viderögatan 3 Fax: +46 8 404 72 72
164 80 Stockholm kenneth.johansson@etx.ericsson.se
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-03-06 14:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E16iAt7-0005Jp-00@infradead.org>
2002-03-05 16:08 ` MTD CVS update: 'mtd/fs/jffs2 gc.c' Adam Wozniak
2002-03-05 16:09 ` David Woodhouse
2002-03-05 18:13 ` David Woodhouse
2002-03-05 18:18 ` Adam Wozniak
2002-03-05 18:19 ` David Woodhouse
2002-03-06 14:14 ` Kenneth Johansson
2002-03-06 14:17 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox