commit | 05a10ec7900dbdba008a24bf56b3490c4b568d2c | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@linbit.com> | Tue Jun 07 22:54:17 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Mon Feb 17 16:44:52 2014 +0100 |
tree | f89e7b2e71a15e1b41dae481ac6b3366c115d21e | |
parent | a6b32bc3cebd3fb6848c526763733b9dbc389c02 [diff] |
drbd: Improve some function and variable naming Rename functions conn_destroy() -> drbd_destroy_connection(), drbd_minor_destroy() -> drbd_destroy_device() drbd_adm_add_minor() -> drbd_adm_add_minor() drbd_adm_delete_minor() -> drbd_adm_del_minor() Rename global variable minors to drbd_devices Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>