On Tue, Jun 03, 2008 at 11:57:54AM -0500, Thomas King wrote: > To fill in one piece of information, I'm reading the maximum block size can be > limited by the Linux page size, 4K on x86. Is this true in btrfs? The kernel code supports much larger block sizes for metadata, but there is a current limitation that the checksum error handling code may have some races on larger block sizes. So, the default is the same as the page size, but larger sizes will soon work again (once better btree locking code is in place). -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
