Re: [PATCH] aoe: end barrier bios with EOPNOTSUPP

From: Ed Cashin
Date: Wed Sep 09 2009 - 12:50:30 EST


On Wed Sep 9 12:45:17 EDT 2009, ecashin@xxxxxxxxxx wrote:
...
> + } else if (bio_barrier(bio)) {
> + bio_endio(bio, -EOPNOTSUPP);
> + return 0;
> } else if (bio->bi_io_vec == NULL) {
> printk(KERN_ERR "aoe: bi_io_vec is NULL\n");
> BUG();

Bah. I should have run checkpatch.pl. I will re-do this patch using
real tabs.

--
Ed
--
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/