Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Philipp Reisner and committed by
Linus Torvalds
10fc89d0 0d9c25dd

+1
+1
include/linux/major.h
··· 145 145 #define UNIX98_PTY_MAJOR_COUNT 8 146 146 #define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT) 147 147 148 + #define DRBD_MAJOR 147 148 149 #define RTF_MAJOR 150 149 150 #define RAW_MAJOR 162 150 151