Re: [PATCH 1/5]: ufs: missed brelse and wrong baseblk

From: Evgeniy Dushistov
Date: Mon Jun 19 2006 - 02:40:43 EST


On Sun, Jun 18, 2006 at 06:50:45PM +0100, Al Viro wrote:
> * block may be bigger than page. That can cause all sorts of fun
> problems in interaction with our VM, since allocation can affect more than
> one page and that has to be taken into account.

In fact this is not a problem. Blocks in terms of linux VFS
is fragments in terms of UFS.
And if fragment >4096 we just don't mount such file system.

So we can easily support 32K blocks.

--
/Evgeniy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/