On Tue, Apr 15, 2025 at 06:41:10PM -0600, Caleb Sander Mateos wrote: > The CONFIG_BLK_DEV_UBLK help text suggests setting the config option to > Y so task_work_add() can be used to dispatch I/O, improving performance. > However, this mechanism was removed in commit 29dc5d06613f2 ("ublk: kill > queuing request by task_work_add"). So remove this paragraph from the > config help text. > > Signed-off-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming