diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-09-26 08:07:04 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-10-30 03:39:18 -0400 |
commit | ccae7868b0c5697508a541c531cf96b361d62c1c (patch) | |
tree | 3263991e9b8f237808315d4c84cfe04bd2851475 /include | |
parent | a2a3c74f243d5d1793f89ccdceaa6918851f7fce (diff) |
drbd: log request sector offset and size for IO errors
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-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 4a7eccbd129..94f58a102bb 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -53,7 +53,7 @@ | |||
53 | 53 | ||
54 | 54 | ||
55 | extern const char *drbd_buildtag(void); | 55 | extern const char *drbd_buildtag(void); |
56 | #define REL_VERSION "8.3.13" | 56 | #define REL_VERSION "8.3.14" |
57 | #define API_VERSION 88 | 57 | #define API_VERSION 88 |
58 | #define PRO_VERSION_MIN 86 | 58 | #define PRO_VERSION_MIN 86 |
59 | #define PRO_VERSION_MAX 97 | 59 | #define PRO_VERSION_MAX 97 |