]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
dm: use signal_pending_state() in dm_wait_for_completion()
authorBart Van Assche <bart.vanassche@sandisk.com>
Wed, 31 Aug 2016 22:16:22 +0000 (15:16 -0700)
committerMike Snitzer <snitzer@redhat.com>
Wed, 14 Sep 2016 17:56:38 +0000 (13:56 -0400)
commite3fabdfdf70e2b340cff968fd1d13e4c624de926
tree60cdbd9f7f563238dd31a541a6d96e009e2e8468
parentb48633f83f22914073314d97d49da2a2e1d3b350
dm: use signal_pending_state() in dm_wait_for_completion()

Use signal_pending_state() instead of open-coding it.  This patch does
not change any functionality but makes it possible to pass TASK_KILLABLE
as the second argument of dm_wait_for_completion().  See also commit
16882c1e962b ("sched: fix TASK_WAKEKILL vs SIGKILL race").

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm.c