[dm-devel] [PATCH v1] drivers/dm-crypt.c : remove redundant state settings after waking up

lizhe sensor1010 at 163.com
Sat Oct 29 16:04:41 UTC 2022


	The task status has been set to TASK_RUNNING in schedule(),
	 no need to set again here

Signed-off-by: lizhe <sensor1010 at 163.com>
---
 drivers/md/dm-crypt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 159c6806c19b..dd82e5aad729 100644
--- a/drivers/md/dm-crypt.c
+++ b/drivers/md/dm-crypt.c
@@ -1913,7 +1913,6 @@ static int dmcrypt_write(void *data)
 
 		schedule();
 
-		set_current_state(TASK_RUNNING);
 		spin_lock_irq(&cc->write_thread_lock);
 		goto continue_locked;
 
-- 
2.17.1



More information about the dm-devel mailing list