From 3e0468b5f9d6ee43c45c548f2ab84c347dda7ec3 Mon Sep 17 00:00:00 2001 From: George Amanakis Date: Thu, 12 Jan 2023 03:00:39 +0100 Subject: [PATCH] Activate filesystem features only in syncing context When activating filesystem features after receiving a snapshot, do so only in syncing context. Reviewed-by: Ryan Moeller Reviewed-by: Richard Yao Reviewed-by: Brian Behlendorf Signed-off-by: George Amanakis Closes #14304 Closes #14252 (cherry picked from commit eee9362a72cfd615e40928e86d61747683dc9dc6) --- tests/runfiles/common.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 554cf96f883a..67dd49be9a58 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -822,8 +822,8 @@ tests = ['recv_dedup', 'recv_dedup_encrypted_zvol', 'rsend_001_pos', 'send-c_lz4_disabled', 'send-c_recv_lz4_disabled', 'send-c_mixed_compression', 'send-c_stream_size_estimate', 'send-c_embedded_blocks', 'send-c_resume', 'send-cpL_varied_recsize', - 'send-c_recv_dedup', 'send-L_toggle', - 'send_encrypted_incremental.ksh', 'send_encrypted_hierarchy', + 'send-c_recv_dedup', 'send-L_toggle', 'send_encrypted_hierarchy', + 'send_encrypted_incremental.ksh', 'send_encrypted_props', 'send_encrypted_truncated_files', 'send_freeobjects', 'send_realloc_files', 'send_realloc_encrypted_files', 'send_spill_block', 'send_holds',