[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <49D5FD4D-4DEC-48CB-B097-D8FD113EA542@mac.com>
Date: Sun, 27 Aug 2006 16:53:14 -0400
From: Kyle Moffett <mrmacman_g4@....com>
To: Jörn Engel <joern@...nheim.fh-wedel.de>
Cc: Ian Lindsay <iml@...micary.org>, fsdevel@...nheim.fh-wedel.de,
linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org
Subject: Re: LogFS
On Aug 27, 2006, at 16:16:48, Jörn Engel wrote:
> On Sun, 27 August 2006 14:12:45 -0400, Ian Lindsay wrote:
>>
>> So, 28 should be enough for everyone?
>
> No, it just took me more prodding to notice my thinko. Thank you
> for noticing, the bloody bug is fixed now.
>
> Btw, isn't 2^30 32 rather than 28?
Not really. 30 already has the 2 bit set:
30 = 0b11110 = 16 + 8 + 4 + 2 + 0
28 = 0b11100 = 16 + 8 + 4 + 0 + 0
Feel free to run this in a terminal to check: :-)
perl -e 'print( (30^2) ."\n" );'
Cheers,
Kyle Moffett
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists