aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zio_crypt.h
diff options
context:
space:
mode:
authorGeorge Amanakis <[email protected]>2023-02-14 01:37:46 +0100
committerGitHub <[email protected]>2023-02-13 16:37:46 -0800
commit34ce4c42ffdcd8933768533343d8b29f9612fbae (patch)
tree4fddc60d23b6e1e19377985ac5c036609c8e87bf /include/sys/zio_crypt.h
parent13312e2fa107b2a10595d67de82ecdf74db317ed (diff)
Fix a race condition in dsl_dataset_sync() when activating features
The zio returned from arc_write() in dmu_objset_sync() uses zio_nowait(). However we may reach the end of dsl_dataset_sync() which checks if we need to activate features in the filesystem without knowing if that zio has even run through the ZIO pipeline yet. In that case we will flag features to be activated in dsl_dataset_block_born() but dsl_dataset_sync() has already completed its run and those features will not actually be activated. Mitigate this by moving the feature activation code in dsl_dataset_sync_done(). Also add new ASSERTs in dsl_scan_visitbp() checking if a block contradicts any filesystem flags. Reviewed-by: Matthew Ahrens <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Atkinson <[email protected]> Signed-off-by: George Amanakis <[email protected]> Closes #13816
Diffstat (limited to 'include/sys/zio_crypt.h')
0 files changed, 0 insertions, 0 deletions