From: Philipp Reisner Date: Tue, 16 Jun 2009 22:33:38 +0000 (-0700) Subject: drbd: add major number to major.h X-Git-Tag: v2.6.31-rc1~299^2~68 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=10fc89d01a7ea2ecc2a58d2f4e7700f47178cd62;p=~shefty%2Frdma-dev.git drbd: add major number to major.h Since we have had a LANANA major number for years, and it is documented in devices.txt, I think that this first patch can go upstream. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/major.h b/include/linux/major.h index 058ec15dd06..6a8ca98c9a9 100644 --- a/include/linux/major.h +++ b/include/linux/major.h @@ -145,6 +145,7 @@ #define UNIX98_PTY_MAJOR_COUNT 8 #define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT) +#define DRBD_MAJOR 147 #define RTF_MAJOR 150 #define RAW_MAJOR 162