Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200249
b: refs/heads/master
c: 79907d8
h: refs/heads/master
i:
  200247: 6c95504
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 9, 2010
1 parent 81e95bd commit b284a21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84f7586edab93052bbe7eb72e1e9bce5f7b6ae45
refs/heads/master: 79907d89c397b8bc2e05b347ec94e928ea919d33
2 changes: 1 addition & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ const static struct file_operations vhost_net_fops = {
};

static struct miscdevice vhost_net_misc = {
VHOST_NET_MINOR,
MISC_DYNAMIC_MINOR,
"vhost-net",
&vhost_net_fops,
};
Expand Down
7 changes: 6 additions & 1 deletion trunk/include/linux/miscdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
#include <linux/module.h>
#include <linux/major.h>

/*
* These allocations are managed by device@lanana.org. If you use an
* entry that is not in assigned your entry may well be moved and
* reassigned, or set dynamic if a fixed value is not justified.
*/

#define PSMOUSE_MINOR 1
#define MS_BUSMOUSE_MINOR 2
#define ATIXL_BUSMOUSE_MINOR 3
Expand Down Expand Up @@ -30,7 +36,6 @@
#define HPET_MINOR 228
#define FUSE_MINOR 229
#define KVM_MINOR 232
#define VHOST_NET_MINOR 233
#define BTRFS_MINOR 234
#define AUTOFS_MINOR 235
#define MISC_DYNAMIC_MINOR 255
Expand Down

0 comments on commit b284a21

Please sign in to comment.