X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fmultipath%2Fmain.h;h=692e5e45953ed9e22d02ccb52c628a00712c9068;hp=019cb843a8cfad7a3c23271f0fc09ddb882c815d;hb=2bf80b67d1a64f1219bd366cee355e897596b2cf;hpb=83fa40fc2a9ad7790f4d1289c9e918d8e6ebe99d diff --git a/extras/multipath/main.h b/extras/multipath/main.h index 019cb843a..692e5e459 100644 --- a/extras/multipath/main.h +++ b/extras/multipath/main.h @@ -46,7 +46,7 @@ #define TUR_CMD_LEN 6 #define MX_ALLOC_LEN 255 #define BLKGETSIZE _IO(0x12,96) -#define DM_TARGET "multipath" +#define DM_TARGET "striped" #define PINDEX(x,y) mp[(x)].pindex[(y)] @@ -105,8 +105,8 @@ struct env { /* Build version */ #define PROG "multipath" -#define VERSION_CODE 0x000006 -#define DATE_CODE 0x271103 +#define VERSION_CODE 0x000009 +#define DATE_CODE 0x0C0503 #define MULTIPATH_VERSION(version) \ (version >> 16) & 0xFF, \