* Compiler errors in current CVS
@ 2002-02-13 10:18 Jörn Engel
2002-02-13 10:30 ` David Woodhouse
2002-02-14 12:35 ` Jörn Engel
0 siblings, 2 replies; 3+ messages in thread
From: Jörn Engel @ 2002-02-13 10:18 UTC (permalink / raw)
To: linux-mtd
Hi!
Trying to get back up to date with mtd, I found some problem in gc.c,
line 652 (cvs from 0211):
end = min_t(uint32_t, start + PAGE_CACHE_SIZE, JFFS2_F_I_SIZE(f));
^^^^^^^^
The compiler gave a parse error and I cannot make any more sense out
of it.
Jörn
--
You can't tell where a program is going to spend its time. Bottlenecks
occur in surprising places, so don't try to second guess and put in a
speed hack until you've proven that's where the bottleneck is.
-- Rob Pike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiler errors in current CVS
2002-02-13 10:18 Compiler errors in current CVS Jörn Engel
@ 2002-02-13 10:30 ` David Woodhouse
2002-02-14 12:35 ` Jörn Engel
1 sibling, 0 replies; 3+ messages in thread
From: David Woodhouse @ 2002-02-13 10:30 UTC (permalink / raw)
To: Jörn Engel; +Cc: linux-mtd
joern@wohnheim.fh-wedel.de said:
> end = min_t(uint32_t, start + PAGE_CACHE_SIZE, JFFS2_F_I_SIZE(f));
> ^^^^^^^^ The compiler gave a parse error and I cannot make
> any more sense out of it.
What kernel version?
--
dwmw2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiler errors in current CVS
2002-02-13 10:18 Compiler errors in current CVS Jörn Engel
2002-02-13 10:30 ` David Woodhouse
@ 2002-02-14 12:35 ` Jörn Engel
1 sibling, 0 replies; 3+ messages in thread
From: Jörn Engel @ 2002-02-14 12:35 UTC (permalink / raw)
To: linux-mtd
Hi!
> Trying to get back up to date with mtd, I found some problem in gc.c,
> line 652 (cvs from 0211):
> end = min_t(uint32_t, start + PAGE_CACHE_SIZE, JFFS2_F_I_SIZE(f));
> ^^^^^^^^
> The compiler gave a parse error and I cannot make any more sense out
> of it.
Bug found and solved. Bug was caused by insufficient sleep, patch
applied last night. Sorry, guys!
Joern
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-14 12:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-13 10:18 Compiler errors in current CVS Jörn Engel
2002-02-13 10:30 ` David Woodhouse
2002-02-14 12:35 ` Jörn Engel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox