diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-07-04 01:32:26 +0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2014-02-17 19:45:05 +0400 |
commit | f82795d683333a4701ab48b0d422ebbc437f25a5 (patch) | |
tree | 4309c41dd46a05ebe01c799ef06b3c809a7c5ff5 /drivers/block/drbd/drbd_int.h | |
parent | 0b0ba1efc7b887bc2bd767ef822979fe2dae620e (diff) | |
download | linux-f82795d683333a4701ab48b0d422ebbc437f25a5.tar.xz |
drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 4dcad12581bd..21037bda905e 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -1239,9 +1239,9 @@ extern struct bio *bio_alloc_drbd(gfp_t gfp_mask); extern rwlock_t global_state_lock; extern int conn_lowest_minor(struct drbd_connection *connection); -enum drbd_ret_code drbd_create_minor(struct drbd_connection *connection, unsigned int minor, int vnr); +enum drbd_ret_code drbd_create_device(struct drbd_connection *connection, unsigned int minor, int vnr); extern void drbd_destroy_device(struct kref *kref); -extern void drbd_delete_minor(struct drbd_device *mdev); +extern void drbd_delete_device(struct drbd_device *mdev); extern struct drbd_resource *drbd_create_resource(const char *name); extern void drbd_free_resource(struct drbd_resource *resource); |