Hi Andrew, Thank you for your interest. The file attached now has been diffed against last week's 2.6.16.11. Changelog: 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. Regards. Signed-off-by: Daniel Aragones