Searched hist:fdb9572b73abd008b80931c3b1f157dac3888bb9 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff fdb9572b73abd008b80931c3b1f157dac3888bb9 Mon Jun 22 04:12:19 CDT 2009 Mikulas Patocka <mpatocka@redhat.com> dm: remove EOPNOTSUPP for barriers
If the underlying device doesn't support barriers and dm receives a barrier, it waits until all requests on that device drain so it no longer needs to report -EOPNOTSUPP to the caller.
This patch deals with the confusing situation when moving a volume from one physical device to another triggers an EOPNOTSUPP on a volume that didn't report it before.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|