On Thu, Aug 30, 2007 at 05:38:13PM +0200, Valerie Clement wrote:
From: Valerie Clement <redacted>
This patch introduces a new macro EXT2_DESC_PER_BLOCK to calculate the number
of group descriptors per block as two different structures are now defined,
ext4_group_desc structure for ext4 filesystems and ext2_group_desc structure
for older filesystems.
Signed-off-by: Valerie Clement <redacted>
Applied with minor changes take into account that I haven't applied
patch 3/8 yet.
- Ted