public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Kyle Moffett <mrmacman_g4@mac.com>
To: "Jörn Engel" <joern@wohnheim.fh-wedel.de>
Cc: linux-mtd@lists.infradead.org, Ian Lindsay <iml@formicary.org>,
	fsdevel@wohnheim.fh-wedel.de, linux-kernel@vger.kernel.org
Subject: Re: LogFS
Date: Sun, 27 Aug 2006 16:53:14 -0400	[thread overview]
Message-ID: <49D5FD4D-4DEC-48CB-B097-D8FD113EA542@mac.com> (raw)
In-Reply-To: <20060827201648.GA8845@wohnheim.fh-wedel.de>

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

  reply	other threads:[~2006-08-27 21:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-24 13:44 [RFC] LogFS Jörn Engel
     [not found] ` <20060827053245.GA15747@gen.formicary.org>
2006-08-27 17:17   ` LogFS Jörn Engel
2006-08-27 18:02     ` LogFS Kyle Moffett
     [not found]     ` <20060827181245.GA14544@gen.formicary.org>
2006-08-27 20:16       ` LogFS Jörn Engel
2006-08-27 20:53         ` Kyle Moffett [this message]
2007-01-03  6:34         ` LogFS Silvan Minghetti

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=49D5FD4D-4DEC-48CB-B097-D8FD113EA542@mac.com \
    --to=mrmacman_g4@mac.com \
    --cc=fsdevel@wohnheim.fh-wedel.de \
    --cc=iml@formicary.org \
    --cc=joern@wohnheim.fh-wedel.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox