diff options
author | Richard Yao <[email protected]> | 2023-03-10 12:34:00 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-10 09:34:00 -0800 |
commit | 7316fdd1c0c74074c4b48a499afe4e444aa42914 (patch) | |
tree | 29e361edcfcb8a7889756cfd322e874f7f03b973 /config/kernel-cpu_has_feature.m4 | |
parent | 950980b4c4f8b6441c0b6b3afe150437190a69b6 (diff) |
txg_sync should handle write errors in ZIL
The txg_sync thread will see certain buffers in a DR_IN_DMU_SYNC state
when ZIL is writing them out. Then it waits until the state changes, but
has an assertion to check that they were not DR_NOT_OVERRIDDEN. If the
data write failed with an error, ZIL will put it into the
DR_NOT_OVERRIDDEN state. It looks like the code will handle that state
without an issue, so we can just delete the assertion.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Sponsored-By: Wasabi Technology, Inc.
Closes #14283
Diffstat (limited to 'config/kernel-cpu_has_feature.m4')
0 files changed, 0 insertions, 0 deletions