commit | 9f4c3f874a3ab8fb845dd2f04f4396ebc5c1f225 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <[email protected]> | Wed Aug 31 15:16:43 2016 -0700 |
committer | Mike Snitzer <[email protected]> | Wed Sep 14 13:56:38 2016 -0400 |
tree | 99da4367ea3d4d4fcacb2a64c8e8256af898d251 | |
parent | e3fabdfdf70e2b340cff968fd1d13e4c624de926 [diff] |
dm: convert wait loops to use autoremove_wake_function() Use autoremove_wake_function() instead of default_wake_function() to make the dm wait loops more similar to other wait loops in the kernel. This patch does not change any functionality. Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>