]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 27 Apr 2017 17:11:25 +0000 (10:11 -0700)
committerMike Snitzer <snitzer@redhat.com>
Thu, 27 Apr 2017 21:08:46 +0000 (17:08 -0400)
commit9a8ac3ae682e8760afebab71556a9a8d1b18f906
treef5e1d37c0c4c9b924b94e191a753fb4cad928701
parentca5beb76c32af33e5be4e01c85c8bd5a067c4543
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()

No functional change but makes the code easier to read.

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