Linux Kernel
3.7.1
|
#include <linux/device-mapper.h>
#include "dm-path-selector.h"
#include <linux/slab.h>
#include <linux/module.h>
Go to the source code of this file.
Data Structures | |
struct | path_info |
struct | selector |
Macros | |
#define | DM_MSG_PREFIX "multipath round-robin" |
#define | RR_MIN_IO 1000 |
Functions | |
module_init (dm_rr_init) | |
module_exit (dm_rr_exit) | |
MODULE_DESCRIPTION (DM_NAME" round-robin multipath path selector") | |
MODULE_AUTHOR ("Sistina Software <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
#define DM_MSG_PREFIX "multipath round-robin" |
Definition at line 19 of file dm-round-robin.c.
#define RR_MIN_IO 1000 |
Definition at line 44 of file dm-round-robin.c.
MODULE_AUTHOR | ( | "Sistina Software <[email protected]>" | ) |
module_exit | ( | dm_rr_exit | ) |
module_init | ( | dm_rr_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |