Re: [PATCH 6/9] device-mapper snapshot: barriers not supported

From: Andrew Morton
Date: Mon Jan 23 2006 - 00:39:54 EST


Alasdair G Kergon <agk@xxxxxxxxxx> wrote:
>
> The snapshot and origin targets are incapable of handling barriers and
> need to indicate this.
>
> ...
>
> + if (unlikely(bio_barrier(bio)))
> + return -EOPNOTSUPP;
> +

And what was happening if people _were_ sending such BIOs down? Did it all
appear to work correctly? If so, will this change cause
currently-apparently-working setups to stop working?
-
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/