On 3/4/25 4:19 AM, linan666@xxxxxxxxxxxxxxx wrote:
+EXPORT_SYMBOL(blk_set_block_size);
This function is exported without documenting what the requirements are for calling this function? Yikes.Is my understanding correct that it is only safe to apply changes made with blk_set_block_size() by calling
queue_limits_commit_update_frozen()? Thanks, Bart.