drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()
authorAndreas Gruenbacher <agruen@linbit.com>
Fri, 8 Aug 2014 15:48:00 +0000 (17:48 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 25 Nov 2015 16:22:00 +0000 (09:22 -0700)
commit2e9ffde6f0a6bbbd2975e0ec50578a5abae5a5a5
tree74d2fbb304dd5b5e7903fbc2cb9eb495ff358b6c
parent3b8a44f8edfd695f3bf63e0371f5b622028e560a
drbd: De-inline drbd_should_do_remote() and drbd_should_send_out_of_sync()

There is no need to have these two as inline functions.  In addition,
drbd_should_send_out_of_sync() is only used in a single place, anyway.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/drbd/drbd_req.c
drivers/block/drbd/drbd_req.h