]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm mpath: change return type of pg_init_all_paths() from int to void
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 15 Nov 2016 23:34:09 +0000 (15:34 -0800)
committerMike Snitzer <snitzer@redhat.com>
Mon, 21 Nov 2016 14:52:09 +0000 (09:52 -0500)
commit4813577f932050f33c29e2a35a01431814437700
tree3057dd9ecffb609286a332e3fcc704556bcfd123
parentcc5bd925f194c8dc7e2a4eee2c81a4f148018b08
dm mpath: change return type of pg_init_all_paths() from int to void

None of the callers of pg_init_all_paths() check its return value.

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