+ if (BLOCKS > MINIX_MAX_INODES * BITS_PER_BLOCK) + BLOCKS = MINIX_MAX_INODES * BITS_PER_BLOCK; /* Utter maximum: Clip. */ Adjustment was not quite correct. The limit constant here is 5 smaller than the multiplication would lead you to guess (boot, super, imap, inode, overflow). -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html