Ah, yes.
The direct-io code will build requests which are larger than
the ips driver is prepared to accept, and the BIO layer correctly
BUGs out over it.
We need to convert direct-io to use the bio_add_page() facility
which Jens has recently added.
Until that's done you'll need to set BIO_MAX_PAGES to 16 in
include/linux/bio.h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/