projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9c25d
)
drbd: add major number to major.h
author
Philipp Reisner
<
[email protected]
>
Tue, 16 Jun 2009 22:33:38 +0000
(15:33 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 17 Jun 2009 02:47:48 +0000
(19:47 -0700)
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 <
[email protected]
>
Signed-off-by: Lars Ellenberg <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/major.h
patch
|
blob
|
history
diff --git
a/include/linux/major.h
b/include/linux/major.h
index 058ec15dd060341391277f6f82f479b151a494eb..6a8ca98c9a962ee67fbcf3da94fe0222f6885c2c 100644
(file)
--- 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