]> git.baikalelectronics.ru Git - kernel.git/commit
block/drbd: Combine two drbd_submit_peer_request() arguments
authorBart Van Assche <bvanassche@acm.org>
Thu, 14 Jul 2022 18:06:40 +0000 (11:06 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Jul 2022 18:14:31 +0000 (12:14 -0600)
commitec75804c51e84310d7828a9b8787173129c49223
tree42977b81755173a530b1638fec6d9ba5c257f6d2
parentf23e0a24beb189ec754b1a9db9773fb37fc721f3
block/drbd: Combine two drbd_submit_peer_request() arguments

Combine the drbd_submit_peer_request() 'op' and 'op_flags' arguments
into a single argument. This patch does not change any functionality.

Reviewed-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Cc: Lars Ellenberg <lars.ellenberg@linbit.com>
Cc: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220714180729.1065367-15-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_receiver.c
drivers/block/drbd/drbd_worker.c