]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm mpath: split and rename activate_path() to prepare for its expanded use
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 27 Apr 2017 17:11:14 +0000 (10:11 -0700)
committerMike Snitzer <snitzer@redhat.com>
Thu, 27 Apr 2017 21:00:35 +0000 (17:00 -0400)
commit89bfce763e43fa4897e0d3af6b29ed909df64cfd
tree92411ed52d2d05362621635593b14eddfa8b16e6
parent4617f564c06117c7d1b611be49521a4430042287
dm mpath: split and rename activate_path() to prepare for its expanded use

activate_path() is renamed to activate_path_work() which now calls
activate_or_offline_path().  activate_or_offline_path() will be used
by the next commit.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-mpath.c