linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4 allocator
@ 2010-01-25 21:14 Alberich de megres
  2010-01-25 21:37 ` Andreas Dilger
  0 siblings, 1 reply; 3+ messages in thread
From: Alberich de megres @ 2010-01-25 21:14 UTC (permalink / raw)
  To: linux-fsdevel

Hi!!

I'm studyng ext4 code, and i got a doubt on a situation:

Supposing a 4K page size, and a fs with 8K.. when we are filling page info,:

{ 4K page   }{ 4K page   }{ 4K page   }{ 4K page   }
[       group 0 bitmap      ] [      group 0 buddy        ]

Clearly bitmap and buddy info don't fits on a single page, but e4b
structure saves only one page address.

How mb allocator menages this situation??

Thanks!!!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-25 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 21:14 ext4 allocator Alberich de megres
2010-01-25 21:37 ` Andreas Dilger
2010-01-25 22:44   ` Alberich de megres

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).