diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2015-03-26 15:53:55 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-11-25 11:22:02 -0500 |
commit | 63a7c8ad92af5f57d4a2c5be223d6ca424c3670b (patch) | |
tree | 4c9232f769b3fda758633add5d4ee5f559cf98a5 /include/linux/drbd.h | |
parent | 088b70526d5b4080010147e4a6ae1252c3fc2228 (diff) |
drbd: make drbd known to lsblk: use bd_link_disk_holder
lsblk should be able to pick up stacking device driver relations
involving DRBD conveniently.
Even though upstream kernel since 2011 says
"DON'T USE THIS UNLESS YOU'RE ALREADY USING IT."
a new user has been added since (bcache),
which sets the precedences for us to use it as well.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 392fc0edb516..d6b3c9943a2c 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -51,7 +51,7 @@ | |||
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | extern const char *drbd_buildtag(void); | 53 | extern const char *drbd_buildtag(void); |
54 | #define REL_VERSION "8.4.5" | 54 | #define REL_VERSION "8.4.6" |
55 | #define API_VERSION 1 | 55 | #define API_VERSION 1 |
56 | #define PRO_VERSION_MIN 86 | 56 | #define PRO_VERSION_MIN 86 |
57 | #define PRO_VERSION_MAX 101 | 57 | #define PRO_VERSION_MAX 101 |