Hi,
I found the following, suspect looking, gem in
ext3-2.4-0.9.1-246.gz. Is this supposed to compile
or is it just a tyypo ?
+enum jbd_state_bits {
+ BH_JWrite
+ = BH_PrivateStart, /* 1 if being written to log (@@@ DEBUGGING) */
+ BH_Freed, /* 1 if buffer has been freed (truncated) */
Rik
--
Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...
http://www.surriel.com/ http://distro.conectiva.com/
Send all your spam to aardvark@nl.linux.org (spam digging piggy)
Hi, On Thu, Jul 12, 2001 at 04:56:15PM -0300, Rik van Riel wrote:> > I found the following, suspect looking, gem in > ext3-2.4-0.9.1-246.gz. Is this supposed to compile > or is it just a tyypo ? > > +enum jbd_state_bits { > + BH_JWrite > + = BH_PrivateStart, /* 1 if being written to log (@@@ DEBUGGING) */ > + BH_Freed, /* 1 if buffer has been freed (truncated) */Sorry, what's supposed to be wrong with this? It's perfectly valid C and compiles just fine. Cheers, Stephen