Bug #3893 » 0001-BUG-3893-lvm-fix-incorrect-mirror-strategy-flag-hand.patch
usr/src/uts/common/io/lvm/mirror/mirror.c | ||
---|---|---|
4015 | 4015 |
* completed this resync region |
4016 | 4016 |
*/ |
4017 | 4017 |
if ((MD_MNSET_SETNO(MD_UN2SET(un))) && |
4018 |
(!flag & MD_STR_DIRTY_RD)) {
|
|
4018 |
(!(flag & MD_STR_DIRTY_RD))) {
|
|
4019 | 4019 |
if (!IN_RESYNC_REGION(un, ps)) |
4020 | 4020 |
abort_write = 1; |
4021 | 4021 |
} |
- « Previous
- 1
- 2
- Next »