summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-07-22 11:04:36 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2014-02-17 16:47:58 +0100
commit8fe605513ab4e96f9e078670da48c5fba3625955 (patch)
treea0d8028b28ac9f04e42c57cb0e32ab9e4fa371c4 /drivers/block/drbd/drbd_receiver.c
parent625a6ba2bd9d2720e64048188c6771b9da867884 (diff)
downloadop-kernel-dev-8fe605513ab4e96f9e078670da48c5fba3625955.zip
op-kernel-dev-8fe605513ab4e96f9e078670da48c5fba3625955.tar.gz
drbd: Rename drbdd_init() -> drbd_receiver()
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_receiver.c')
-rw-r--r--drivers/block/drbd/drbd_receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
index 5d9e5cc..c5fd1cf 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -4844,7 +4844,7 @@ static int drbd_do_auth(struct drbd_connection *connection)
}
#endif
-int drbdd_init(struct drbd_thread *thi)
+int drbd_receiver(struct drbd_thread *thi)
{
struct drbd_connection *connection = thi->connection;
int h;
OpenPOWER on IntegriCloud