Re: [PATCH/RFC] Requested changelog for minix filesystem update toV3

From: Andrew Morton
Date: Mon May 01 2006 - 05:35:53 EST


Daniel Aragonés <danarag@xxxxxxxxx> wrote:
>
> Thank you for your interest. The file attached now has been diffed against last week's 2.6.16.11.
>

That's not a development kernel. Please raise patches against the latest
-linus tree, from ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots.

>
> In bitmap.c, the access to architecture dependent functions has been kept within the range of 1K blocksize. A loop inside a loop has been introduced to do so.
> In inode.c, 'sbi->s_ninodes = m3s->s_ninodes' was missing, and variable 'block' is now unsigned.
> In itree_common.c, function 'nblocks(loff_t size)' has been modified to fix the shift in 'blocks = (size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS'.
> In minix.h, minor and cosmetic corrections.

The bugs which I identified haven't been fixed?
-
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/