mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
0d9c25dde8
commit
10fc89d01a
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
||||||
#define UNIX98_PTY_MAJOR_COUNT 8
|
#define UNIX98_PTY_MAJOR_COUNT 8
|
||||||
#define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT)
|
#define UNIX98_PTY_SLAVE_MAJOR (UNIX98_PTY_MASTER_MAJOR+UNIX98_PTY_MAJOR_COUNT)
|
||||||
|
|
||||||
|
#define DRBD_MAJOR 147
|
||||||
#define RTF_MAJOR 150
|
#define RTF_MAJOR 150
|
||||||
#define RAW_MAJOR 162
|
#define RAW_MAJOR 162
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue